hello,
can any one tell me how to do form authentication in asp.net mvc? i had done form authentication for built in database but i dont know how to use it with ADO.net entity model. thank you
Hi,
I hope someone can help. I'm looking for delphi 4 professional and quickreport urgently to support a legacy application. Can anyone tell me where I can find this?
Roddy
I'm using python to develop an app and want to view running processes.The code
txt = commands.getoutput("top -d 1")
print txt
gives an error "TERM Environment Variable not set"
Can someone tell me what this means and how to solve this
dear all,
i want to fire a trigger after my table has been filled woth reords ,i dont want to fire a rowwise trigger.please tell how can we do that in mysql.
What are pros and cons of this technique (see Softfolio for an example). Two things I personally thought of are as follows:
Impossible to tell someone where an item of interest is located (like, you probably won't say "324-th row, second column")
Broken navigation when you return back to an infinitely scrolled page.
What else can you think of? And what do you personally think of this approach in general. Would you use this in you projects?
Hi,
Can you please tell me where I can find a 'gitk' type of tool for hg on ubuntu?
I have tried '$ sudo apt-get install tortoisehg' but I get this:
$ hgtk
abort: This version of TortoiseHg requires Mercurial version 1.3.n to 1.4.n, but finds 1.5.2
Almighty Gurus,
Please tell me, I want to know can comparison sm. set of variables in row, like this:
x < y >= z
or i need to do it in two step?
(x < y) && (y >= z)
1-which is the parameter that is added to every non-static member function when it is called?
2-what is an adaptor class or wrapper class?
3-what is a non object when can you tell that a memory leak will occur?
4-what is a parameterized type?
Hi there,
my Topic should tell you already what i am asking for.
Is there any way to update my database from an entity data model without lossing the inserted content?
I can't be bothered copying all this stuff everytime i make a change.
Thanks a lot.
Chris
Can any body please tell me what code is used for clear screen in Java? For example in C++
system("CLS");
What code is used in Java for clear screen?
Thanks!
Hi all,
I have an asp.net page that runs certain algorithm and returns it's output. I was wondering what will happen and how to handle a case where the algorithm due to a bug goes into infinite loop. It will hog the cpu and other sessions will be served very slowly.
I would love to have a way to tell IIS, if processing Algo.aspx takes more than 5 seconds, kill it or something like that.
Thanks in advance
I am doing a small analysis in file functions in kernel dll..I noticed this funtion called
DosPathToSessionPath..i googled for it..there is no much documentation about this.Can anybody tell me what is the use of this fucntion?
My SQL Server 2008 server gets flooded with dynamic SQL from one stored procedure. I am wondering whether I can tell SQL Server not to store this one stored procedure in the pool as it doesn't matter too much whether it executes quickly. Perhaps there is an equivalent of (nolock) for (nobuffer) or similar?
Any ideas?
I have a solution file that requires a third party library (open source). The containing solution uses the typical configuration names of "Debug" and "release".
The 3rd party one has debug and release configs for both DLL and static libs - their names are not "Debug" and "Release".
How do I tell the solution to build the dependency first and how do I correlate which config to the dependant config?
i.e.
MyProject:Debug should build either 3rdParty:debug_shared or 3rdParty:debug_static
i have installed ruby 1.9.1 and when i in the command prompt type:
ruby -v
i see the latest version.
however, in netbeans when i create a new project i can only select 1.8.7 version.
how do i tell netbeans to use the latest ruby version that i have installed?
thanks
Hi.
In my application, I want to use chm library.
Can anyone tell me How to build shared library (.so file) for chm reader in Android?
And which toolchain is used.
what is the steps for building it?
Thanx in advance.
Came across this error today. Wondering if anyone can tell me what it means:
Cannot sort a row of size 9522, which is greater than the allowable maximum of 8094.
Is that 8094 bytes? Characters? Fields? Is this a problem joining multiple tables that are exceeding some limit?
hello all i am very new to Phonegap.. can anybody tell me can phonegap is capable to create the application that have the following functionality?
1 can display any webpage from specified URL
2 can read the source code of webpage and display/hide button depending upone source code..[ i need MyjavascriptInterface,onPageFinished etc methoods]
3 can download mp3 file
4 can display data from SDcard into ExpandableListView
5 can display tab menu [TabHost]
thanks in advance - Pragna
Hi All,
I wonder if anyone could kindly tell me how to write the contents of a JTable to a .txt file. I have a basic knowledge of java and know about FileReaders etc, but just don't know how to do something as complicated as this. Thanks-please could you also provide a bit of sample code. Thanks again
hey i am building an application in which user can send an email to a person.
The user enters the email id of the person to whom email is to be sent in a Edit field and then presses a send button the email must be delivered with an attachment.
how can i do it??????
i m really confused after googling.
can someone tell me the exact way
also,cant i send email from simulator if my cod file is unsigned
thanks in advance
Can anyone please tell me how to delete a recurly account. As, I have tried with the following commands,
r = Recurly::Account.find(account_code)
r.delete
And also, I have tried with "r.destroy".
But, it only changing the state of recurly account from "active" to "closed" and not deleting the account completely.
I am using rails 2.3.11 for this application.
Thanks in advance.
K. Subrahmanyam.
Hello, guys.
I've some problem with iframe at the WordPress admin panel. Can you tell how to remove it? and how to secure WordPress with similar problems?
Hello!
I have a desktop program which uses an embedded data base mechanism. For the first time a user will execute a program, it must create a database. So that, next time there is a data base and there is no need to create it.
Please, tell me, how to chech if there is a necessary data base.