Click here to Skip to main content
15,922,309 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Need text on Image Button Pin
N a v a n e e t h10-Jan-08 0:56
N a v a n e e t h10-Jan-08 0:56 
GeneralRe: Need text on Image Button Pin
Declan Bright9-Jan-08 23:55
Declan Bright9-Jan-08 23:55 
GeneralRe: Need text on Image Button Pin
Satish - Developer10-Jan-08 0:37
Satish - Developer10-Jan-08 0:37 
GeneralRe: Need text on Image Button Pin
Declan Bright10-Jan-08 0:52
Declan Bright10-Jan-08 0:52 
GeneralRe: Need text on Image Button Pin
Satish - Developer10-Jan-08 0:56
Satish - Developer10-Jan-08 0:56 
GeneralRe: Need text on Image Button Pin
Declan Bright10-Jan-08 1:25
Declan Bright10-Jan-08 1:25 
GeneralInserting Values from Dynamic Controls Pin
Imranlogi9-Jan-08 22:54
Imranlogi9-Jan-08 22:54 
GeneralRe: Inserting Values from Dynamic Controls Pin
N a v a n e e t h9-Jan-08 23:44
N a v a n e e t h9-Jan-08 23:44 
You have viestate issue. Dynamic controls created on page load won't maintain viewstate. So whenever you click the button. previous controls will be overwritten. To workaround this issue, create dynamic controls in an event which fires before viewstate is saved for controls. Init event is good. Or use template column in DataGrid/GridView. When button is clicked, add rows.


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

My Website | Ask smart questions


Questionabout master page validation Pin
fgfdhghgfd9-Jan-08 22:36
fgfdhghgfd9-Jan-08 22:36 
GeneralRe: about master page validation Pin
N a v a n e e t h9-Jan-08 23:45
N a v a n e e t h9-Jan-08 23:45 
Questionpublic function accessing problem Pin
Pankaj Garg9-Jan-08 22:25
Pankaj Garg9-Jan-08 22:25 
GeneralRe: public function accessing problem Pin
N a v a n e e t h9-Jan-08 23:46
N a v a n e e t h9-Jan-08 23:46 
GeneralRe: public function accessing problem Pin
Pankaj Garg9-Jan-08 23:57
Pankaj Garg9-Jan-08 23:57 
GeneralRe: public function accessing problem Pin
N a v a n e e t h10-Jan-08 22:35
N a v a n e e t h10-Jan-08 22:35 
GeneralRe: public function accessing problem Pin
Pankaj Garg10-Jan-08 23:44
Pankaj Garg10-Jan-08 23:44 
GeneralRe: public function accessing problem Pin
Paul Conrad10-Jan-08 16:45
professionalPaul Conrad10-Jan-08 16:45 
QuestionRe: public function accessing problem Pin
Pankaj Garg10-Jan-08 17:51
Pankaj Garg10-Jan-08 17:51 
GeneralRe: public function accessing problem Pin
Paddy Boyd10-Jan-08 22:33
Paddy Boyd10-Jan-08 22:33 
GeneralRe: public function accessing problem Pin
Pankaj Garg10-Jan-08 23:42
Pankaj Garg10-Jan-08 23:42 
QuestionHow to delete a row in a ASP.NET dataGrid Pin
Imran Adam9-Jan-08 22:10
Imran Adam9-Jan-08 22:10 
AnswerRe: How to delete a row in a ASP.NET dataGrid Pin
N a v a n e e t h9-Jan-08 23:52
N a v a n e e t h9-Jan-08 23:52 
Generalwork with web services in a windows application Pin
caradri9-Jan-08 21:49
caradri9-Jan-08 21:49 
GeneralGridView with javascript calender Pin
AS@139-Jan-08 21:16
AS@139-Jan-08 21:16 
GeneralIGNORE - Duplicate of post below Pin
Declan Bright9-Jan-08 23:24
Declan Bright9-Jan-08 23:24 
QuestionHow to upload a asp.net project to server to make it online. Pin
coolsatty9-Jan-08 20:39
coolsatty9-Jan-08 20:39 

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.