Click here to Skip to main content
15,888,803 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: can we add connection string in global.asax??? Pin
San0216-Mar-09 1:04
San0216-Mar-09 1:04 
Questionhow to upload multiple file using single file upload control? Pin
keyur satyadev16-Mar-09 0:51
keyur satyadev16-Mar-09 0:51 
AnswerRe: how to upload multiple file using single file upload control? Pin
Christian Graus16-Mar-09 1:02
protectorChristian Graus16-Mar-09 1:02 
GeneralRe: how to upload multiple file using single file upload control? Pin
San0216-Mar-09 1:10
San0216-Mar-09 1:10 
GeneralRe: how to upload multiple file using single file upload control? Pin
Christian Graus16-Mar-09 9:35
protectorChristian Graus16-Mar-09 9:35 
GeneralRe: how to upload multiple file using single file upload control? Pin
San0216-Mar-09 19:48
San0216-Mar-09 19:48 
Questionwhat is the best way Pin
prasadbuddhika16-Mar-09 0:44
prasadbuddhika16-Mar-09 0:44 
AnswerRe: what is the best way Pin
San0216-Mar-09 1:01
San0216-Mar-09 1:01 
Are you creating instance at the click of calling web-methods or its on class initialization?
1) If you are using it on click of button then you should kept it under the class constructor. This will reduce the no. of request to get the web-service methods at every click.
2) Other way is: if your web method is not parameterized and you require each time the same output then you can go for the shared variable, just store the output in your shared variable and use it instead of calling web-service again and again.

~Sanjeev
GeneralRe: what is the best way Pin
prasadbuddhika16-Mar-09 1:27
prasadbuddhika16-Mar-09 1:27 
GeneralRe: what is the best way Pin
San0216-Mar-09 1:38
San0216-Mar-09 1:38 
Questionchanging the data type fields using asp.net Pin
a.stevens16-Mar-09 0:19
a.stevens16-Mar-09 0:19 
AnswerRe: changing the data type fields using asp.net Pin
Christian Graus16-Mar-09 0:36
protectorChristian Graus16-Mar-09 0:36 
GeneralRe: changing the data type fields using asp.net Pin
a.stevens16-Mar-09 14:22
a.stevens16-Mar-09 14:22 
QuestionNo overload for method error Pin
rakeshs31215-Mar-09 23:45
rakeshs31215-Mar-09 23:45 
AnswerRe: No overload for method error Pin
Christian Graus15-Mar-09 23:51
protectorChristian Graus15-Mar-09 23:51 
AnswerRe: No overload for method error Pin
Gaurav K Singh16-Mar-09 0:06
Gaurav K Singh16-Mar-09 0:06 
QuestionSilverlight concept.... Pin
Ch.Gayatri Subudhi15-Mar-09 23:32
Ch.Gayatri Subudhi15-Mar-09 23:32 
AnswerRe: Silverlight concept.... Pin
Christian Graus15-Mar-09 23:38
protectorChristian Graus15-Mar-09 23:38 
AnswerRe: Silverlight concept.... Pin
rakeshs31215-Mar-09 23:47
rakeshs31215-Mar-09 23:47 
GeneralRe: Silverlight concept.... Pin
Ch.Gayatri Subudhi16-Mar-09 0:34
Ch.Gayatri Subudhi16-Mar-09 0:34 
GeneralRe: Silverlight concept.... Pin
Christian Graus16-Mar-09 1:00
protectorChristian Graus16-Mar-09 1:00 
Questionregular expression in ajax tab container/tab pannel Pin
wasifmuneer15-Mar-09 23:23
wasifmuneer15-Mar-09 23:23 
QuestionHttpCOntext is null for windows application Pin
gottimukkala15-Mar-09 23:15
gottimukkala15-Mar-09 23:15 
AnswerRe: HttpCOntext is null for windows application Pin
SeMartens15-Mar-09 23:24
SeMartens15-Mar-09 23:24 
GeneralRe: HttpCOntext is null for windows application Pin
gottimukkala15-Mar-09 23:35
gottimukkala15-Mar-09 23:35 

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.