Click here to Skip to main content
15,896,201 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to disable post method with in form tag in .net with c# Pin
Christian Graus4-May-08 23:22
protectorChristian Graus4-May-08 23:22 
GeneralRe: how to disable post method with in form tag in .net with c# Pin
sugunavathysubramanian5-May-08 0:09
sugunavathysubramanian5-May-08 0:09 
GeneralRe: how to disable post method with in form tag in .net with c# Pin
N a v a n e e t h5-May-08 0:18
N a v a n e e t h5-May-08 0:18 
QuestionHow to add style dynamically in cs file and remove the border? Pin
chakran4-May-08 23:04
chakran4-May-08 23:04 
AnswerRe: How to add style dynamically in cs file and remove the border? Pin
RajeevKumarSharma5-May-08 0:30
RajeevKumarSharma5-May-08 0:30 
GeneralRe: How to add style dynamically in cs file and remove the border? Pin
chakran5-May-08 0:39
chakran5-May-08 0:39 
QuestionServer to client communication Pin
Joshi Rahul4-May-08 23:00
Joshi Rahul4-May-08 23:00 
AnswerRe: Server to client communication Pin
N a v a n e e t h4-May-08 23:19
N a v a n e e t h4-May-08 23:19 
You can't do this in web applications. It uses disconnected architecture. A server can only responds to requests it gets. So in web applications, your best bet is to use AJAX. Your page should give periodic requests to server to get the latest updates.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Server to client communication Pin
Joshi Rahul6-May-08 1:31
Joshi Rahul6-May-08 1:31 
QuestionSession becomes null in ASP.NET 2.0 Pin
King Shez4-May-08 22:26
King Shez4-May-08 22:26 
AnswerRe: Session becomes null in ASP.NET 2.0 Pin
Vasudevan Deepak Kumar4-May-08 22:28
Vasudevan Deepak Kumar4-May-08 22:28 
GeneralRe: Session becomes null in ASP.NET 2.0 Pin
King Shez4-May-08 22:49
King Shez4-May-08 22:49 
QuestionJavascript Pin
senthilsstil4-May-08 22:19
senthilsstil4-May-08 22:19 
AnswerRe: Javascript Pin
Vasudevan Deepak Kumar4-May-08 22:25
Vasudevan Deepak Kumar4-May-08 22:25 
GeneralRe: Javascript Pin
senthilsstil4-May-08 23:00
senthilsstil4-May-08 23:00 
AnswerRe: Javascript Pin
Christian Graus4-May-08 22:59
protectorChristian Graus4-May-08 22:59 
AnswerRe: Javascript Pin
N a v a n e e t h4-May-08 23:01
N a v a n e e t h4-May-08 23:01 
QuestionGenerating HTML Reports in C# Pin
Aswanth4-May-08 22:03
Aswanth4-May-08 22:03 
AnswerRe: Generating HTML Reports in C# Pin
Vasudevan Deepak Kumar4-May-08 22:26
Vasudevan Deepak Kumar4-May-08 22:26 
GeneralRe: Generating HTML Reports in C# Pin
Aswanth4-May-08 23:47
Aswanth4-May-08 23:47 
QuestionAdding Dynamic Radio buttons in panel control Pin
chakran4-May-08 21:33
chakran4-May-08 21:33 
QuestionDiv Show Pin
raushan_94-May-08 21:32
raushan_94-May-08 21:32 
AnswerRe: Div Show Pin
Christian Graus4-May-08 23:00
protectorChristian Graus4-May-08 23:00 
GeneralRe: Div Show Pin
raushan_94-May-08 23:22
raushan_94-May-08 23:22 
GeneralRe: Div Show Pin
Christian Graus4-May-08 23:27
protectorChristian Graus4-May-08 23:27 

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.