Click here to Skip to main content
15,914,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to Pass two parameters using Eval in hyperlink in gridview Pin
$unil Dhiman25-Feb-08 13:38
$unil Dhiman25-Feb-08 13:38 
GeneralRe: how to Pass two parameters using Eval in hyperlink in gridview Pin
Herman<T>.Instance26-Feb-08 2:20
Herman<T>.Instance26-Feb-08 2:20 
GeneralRe: how to Pass two parameters using Eval in hyperlink in gridview Pin
$unil Dhiman27-Feb-08 15:49
$unil Dhiman27-Feb-08 15:49 
QuestionHow do I call a Virtual Earth function from an asp:button control? Pin
rushinge25-Feb-08 12:36
rushinge25-Feb-08 12:36 
GeneralRe: How do I call a Virtual Earth function from an asp:button control? Pin
Christian Graus25-Feb-08 18:03
protectorChristian Graus25-Feb-08 18:03 
QuestionHow To Call a Web Service Asynchronous Pin
Member 414996625-Feb-08 11:44
Member 414996625-Feb-08 11:44 
QuestionHow to Avoid Hitting database? Pin
crystal915425-Feb-08 11:04
crystal915425-Feb-08 11:04 
AnswerRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 11:14
protectorChristian Graus25-Feb-08 11:14 
The obvious way is to make your several pages, controls all on the one page, and navigation just changes which control is visible. Then, all of your changes will remain in viewstate until you save them all to the DB in one go

javascript is hardly going to help, as it runs on the client, not the server. You should understand js if you're using AJAX, at some point you may dig into what your library is doing for you, to work out why it works the way it does.

XML is just a string, but it doesn't really answer the question. XML is a format, but that doesn't explain how you store it, or where.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: How to Avoid Hitting database? Pin
crystal915425-Feb-08 11:34
crystal915425-Feb-08 11:34 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 12:36
protectorChristian Graus25-Feb-08 12:36 
GeneralRe: How to Avoid Hitting database? Pin
crystal915425-Feb-08 12:45
crystal915425-Feb-08 12:45 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 18:25
protectorChristian Graus25-Feb-08 18:25 
GeneralRe: How to Avoid Hitting database? Pin
Mark Churchill25-Feb-08 19:25
Mark Churchill25-Feb-08 19:25 
GeneralRe: How to Avoid Hitting database? Pin
Christian Graus25-Feb-08 19:37
protectorChristian Graus25-Feb-08 19:37 
GeneralRe: How to Avoid Hitting database? Pin
Mark Churchill25-Feb-08 21:03
Mark Churchill25-Feb-08 21:03 
GeneralPosting form to Paypal / 3rd party site Pin
munklefish25-Feb-08 5:40
munklefish25-Feb-08 5:40 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Vasudevan Deepak Kumar25-Feb-08 7:04
Vasudevan Deepak Kumar25-Feb-08 7:04 
GeneralRe: Posting form to Paypal / 3rd party site Pin
munklefish25-Feb-08 7:13
munklefish25-Feb-08 7:13 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Guffa25-Feb-08 8:53
Guffa25-Feb-08 8:53 
GeneralRe: Posting form to Paypal / 3rd party site Pin
N a v a n e e t h25-Feb-08 15:28
N a v a n e e t h25-Feb-08 15:28 
GeneralRe: Posting form to Paypal / 3rd party site Pin
Guffa25-Feb-08 21:09
Guffa25-Feb-08 21:09 
GeneralRe: Posting form to Paypal / 3rd party site Pin
N a v a n e e t h25-Feb-08 21:14
N a v a n e e t h25-Feb-08 21:14 
General.Net 2 Datalist Checkboxes Pin
munklefish25-Feb-08 5:36
munklefish25-Feb-08 5:36 
Generalaps.net login control Pin
eyeseetee25-Feb-08 4:57
eyeseetee25-Feb-08 4:57 
GeneralRe: aps.net login control Pin
Not Active25-Feb-08 5:03
mentorNot Active25-Feb-08 5:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.