Click here to Skip to main content
15,881,173 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralVb.Net Exe To Vb.net Code Pin
Hariharan18-Feb-08 20:03
Hariharan18-Feb-08 20:03 
GeneralRe: Vb.Net Exe To Vb.net Code Pin
N a v a n e e t h18-Feb-08 20:09
N a v a n e e t h18-Feb-08 20:09 
GeneralRe: Vb.Net Exe To Vb.net Code Pin
Christian Graus18-Feb-08 22:07
protectorChristian Graus18-Feb-08 22:07 
GeneralDisplay only Header and Footer of a gridview Pin
bippi18-Feb-08 19:15
bippi18-Feb-08 19:15 
GeneralRe: Display only Header and Footer of a gridview Pin
Venkatesh Mookkan18-Feb-08 20:37
Venkatesh Mookkan18-Feb-08 20:37 
QuestionHow to Create ContentTemplate in Code-behind Files? Pin
pekhaleyogesh18-Feb-08 19:01
pekhaleyogesh18-Feb-08 19:01 
QuestionHow to get ViewState Value on Page_PreLoad Pin
$unil Dhiman18-Feb-08 18:56
$unil Dhiman18-Feb-08 18:56 
AnswerRe: How to get ViewState Value on Page_PreLoad Pin
N a v a n e e t h18-Feb-08 19:11
N a v a n e e t h18-Feb-08 19:11 
$unil Dhiman wrote:
when I click on SAVE button there is some code on Page_PreLoad to identify the reason of postback, if SAVE button is being clicked, then all data saved into databse.
code on Page_PreLoad :-
string strButtonID = Request.Form["__EVENTTARGET"];
if (strButtonID == "Button1")
{
Save();
}


Confused | :confused: Strange. When ASP.NET supports event handling, why you are re-inventing the wheel ? What about calling the Save() method inside button click event instead of preload event ?

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

My Website | Ask smart questions

GeneralRe: How to get ViewState Value on Page_PreLoad Pin
$unil Dhiman18-Feb-08 19:57
$unil Dhiman18-Feb-08 19:57 
GeneralRe: How to get ViewState Value on Page_PreLoad Pin
N a v a n e e t h18-Feb-08 20:07
N a v a n e e t h18-Feb-08 20:07 
AnswerRe: How to get ViewState Value on Page_PreLoad Pin
Christian Graus18-Feb-08 22:08
protectorChristian Graus18-Feb-08 22:08 
GeneralHelp retaining textbox values Pin
NetBot18-Feb-08 18:53
NetBot18-Feb-08 18:53 
GeneralRe: Help retaining textbox values Pin
Venkatesh Mookkan18-Feb-08 20:48
Venkatesh Mookkan18-Feb-08 20:48 
GeneralRe: Help retaining textbox values Pin
NetBot18-Feb-08 22:39
NetBot18-Feb-08 22:39 
GeneralWebservice Issue / Application Pool - Network Indentity Pin
thedom218-Feb-08 18:46
thedom218-Feb-08 18:46 
Questionhow this will be done Pin
jagan12318-Feb-08 17:01
jagan12318-Feb-08 17:01 
AnswerRe: how this will be done Pin
Christian Graus18-Feb-08 17:32
protectorChristian Graus18-Feb-08 17:32 
GeneralConvert HTML body content to image Pin
pritesh_patel18-Feb-08 16:58
pritesh_patel18-Feb-08 16:58 
GeneralConvert HTML body content to image Pin
pritesh_patel18-Feb-08 16:57
pritesh_patel18-Feb-08 16:57 
GeneralRe: Convert HTML body content to image Pin
Christian Graus18-Feb-08 17:31
protectorChristian Graus18-Feb-08 17:31 
GeneralRe: Convert HTML body content to image Pin
pritesh_patel18-Feb-08 17:40
pritesh_patel18-Feb-08 17:40 
GeneralRe: Convert HTML body content to image Pin
N a v a n e e t h18-Feb-08 21:35
N a v a n e e t h18-Feb-08 21:35 
General(VERY VERY URGENT!!!)Div alignment problem Pin
G.K.M.18-Feb-08 16:43
G.K.M.18-Feb-08 16:43 
GeneralRe: (VERY VERY URGENT!!!)Div alignment problem Pin
N a v a n e e t h18-Feb-08 19:07
N a v a n e e t h18-Feb-08 19:07 
GeneralRe: (VERY VERY URGENT!!!)Div alignment problem Pin
saini arun20-Feb-08 8:10
saini arun20-Feb-08 8:10 

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.