Click here to Skip to main content
16,005,316 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRunning an asp.net application standalone Pin
AnshumanSinghBais19-May-09 21:59
AnshumanSinghBais19-May-09 21:59 
AnswerRe: Running an asp.net application standalone Pin
Manas Bhardwaj19-May-09 22:14
professionalManas Bhardwaj19-May-09 22:14 
Questionhow do I show google analytics report in my web page Pin
vnsraj19-May-09 21:38
vnsraj19-May-09 21:38 
QuestionProblem of using Google Chart API Pin
esofter19-May-09 21:34
esofter19-May-09 21:34 
AnswerRe: Problem of using Google Chart API Pin
Roger Wright19-May-09 21:57
professionalRoger Wright19-May-09 21:57 
AnswerRe: Problem of using Google Chart API Pin
esofter19-May-09 22:31
esofter19-May-09 22:31 
QuestionHow to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd19-May-09 20:41
professionalVimalsoft(Pty) Ltd19-May-09 20:41 
AnswerRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Ramesh Swaminathan19-May-09 21:05
Ramesh Swaminathan19-May-09 21:05 
Create a public method in the user control where bind the controls in the user control with data like below:

public void RefreshThisUC()
{
YourTextBox1.Text = Somevalue;
BindYourDropDownInUserControl();
BindYourGridInUserControl();
}


and call this method in the parent page using the id of the user control like

yourUserControl.RefreshThisUC();
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd19-May-09 22:07
professionalVimalsoft(Pty) Ltd19-May-09 22:07 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Ramesh Swaminathan19-May-09 22:28
Ramesh Swaminathan19-May-09 22:28 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd19-May-09 22:43
professionalVimalsoft(Pty) Ltd19-May-09 22:43 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Ramesh Swaminathan19-May-09 22:48
Ramesh Swaminathan19-May-09 22:48 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd19-May-09 23:17
professionalVimalsoft(Pty) Ltd19-May-09 23:17 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Ramesh Swaminathan19-May-09 23:31
Ramesh Swaminathan19-May-09 23:31 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd20-May-09 0:07
professionalVimalsoft(Pty) Ltd20-May-09 0:07 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Ramesh Swaminathan20-May-09 0:41
Ramesh Swaminathan20-May-09 0:41 
GeneralRe: How to Refresh the UserControl not the Whole Page In ASP.net Pin
Vimalsoft(Pty) Ltd20-May-09 1:17
professionalVimalsoft(Pty) Ltd20-May-09 1:17 
Questionproblem at mail Pin
prateekfgiet19-May-09 20:29
prateekfgiet19-May-09 20:29 
AnswerRe: problem at mail Pin
Ramesh Swaminathan19-May-09 20:43
Ramesh Swaminathan19-May-09 20:43 
QuestionMAC Addres of client system Pin
singh.sunder19-May-09 20:01
singh.sunder19-May-09 20:01 
AnswerRe: MAC Addres of client system Pin
Ramesh Swaminathan19-May-09 21:00
Ramesh Swaminathan19-May-09 21:00 
GeneralRe: MAC Addres of client system Pin
singh.sunder20-May-09 1:39
singh.sunder20-May-09 1:39 
QuestionConnecting Visual Studio to a Remotely Hosted App Pin
Roger Wright19-May-09 19:47
professionalRoger Wright19-May-09 19:47 
AnswerRe: Connecting Visual Studio to a Remotely Hosted App Pin
Ramesh Swaminathan19-May-09 21:13
Ramesh Swaminathan19-May-09 21:13 
GeneralRe: Connecting Visual Studio to a Remotely Hosted App Pin
Roger Wright19-May-09 21:43
professionalRoger Wright19-May-09 21:43 

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.