Click here to Skip to main content
15,890,717 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to disable autocomplete feature ? Pin
devboycpp17-Oct-07 10:21
devboycpp17-Oct-07 10:21 
QuestionHow is web.config handled? Pin
#realJSOP17-Oct-07 10:03
mve#realJSOP17-Oct-07 10:03 
AnswerRe: How is web.config handled? Pin
Christian Graus17-Oct-07 10:31
protectorChristian Graus17-Oct-07 10:31 
QuestionEncrypted web.config in IDE Pin
#realJSOP17-Oct-07 9:17
mve#realJSOP17-Oct-07 9:17 
AnswerRe: Encrypted web.config in IDE Pin
N a v a n e e t h17-Oct-07 18:32
N a v a n e e t h17-Oct-07 18:32 
Questionpage post back problem in asp.net Pin
yogesh_softworld12317-Oct-07 7:35
yogesh_softworld12317-Oct-07 7:35 
AnswerRe: page post back problem in asp.net Pin
Christian Graus17-Oct-07 10:33
protectorChristian Graus17-Oct-07 10:33 
AnswerRe: page post back problem in asp.net Pin
mr.mohsen17-Oct-07 10:34
mr.mohsen17-Oct-07 10:34 
you have to move a part of your code that initial your dropdownlist in page_load event of the page to a if block
if(!IsPostBack)
{
//your code...for initial of dropdownlist
}

nobody help you...
you have to help you yourself
and this is success way.

AnswerRe: page post back problem in asp.net Pin
karthidheena17-Oct-07 19:44
karthidheena17-Oct-07 19:44 
QuestionDisplaying editable data in a table Pin
prickard17-Oct-07 7:25
prickard17-Oct-07 7:25 
Questionhow to redirect from login page? Pin
Nada Adel17-Oct-07 6:12
Nada Adel17-Oct-07 6:12 
AnswerRe: how to redirect from login page? Pin
bug_aonz17-Oct-07 16:30
bug_aonz17-Oct-07 16:30 
QuestionHow to persist fileupload server control's filename while postback occurs Pin
Tejesh Kamble17-Oct-07 4:51
Tejesh Kamble17-Oct-07 4:51 
AnswerRe: How to persist fileupload server control's filename while postback occurs Pin
N a v a n e e t h17-Oct-07 18:34
N a v a n e e t h17-Oct-07 18:34 
GeneralRe: How to persist fileupload server control's filename while postback occurs Pin
Tejesh Kamble17-Oct-07 21:03
Tejesh Kamble17-Oct-07 21:03 
QuestionCannot print/export Crystal Reports except in dev Pin
BuktSeat17-Oct-07 4:36
BuktSeat17-Oct-07 4:36 
QuestionValidate NT user in Asp.Net Web page Pin
Elena200617-Oct-07 4:06
Elena200617-Oct-07 4:06 
QuestionHide first row in datagrid Pin
jebin k17-Oct-07 3:57
jebin k17-Oct-07 3:57 
AnswerRe: Hide first row in datagrid Pin
Sandeep Kumar17-Oct-07 4:05
Sandeep Kumar17-Oct-07 4:05 
GeneralRe: Hide first row in datagrid Pin
jebin k17-Oct-07 4:19
jebin k17-Oct-07 4:19 
QuestionJavascript Problem Pin
Kurian_Kurian17-Oct-07 3:46
Kurian_Kurian17-Oct-07 3:46 
AnswerRe: Javascript Problem Pin
Sandeep Kumar17-Oct-07 3:56
Sandeep Kumar17-Oct-07 3:56 
GeneralRe: Javascript Problem Pin
Kurian_Kurian17-Oct-07 4:21
Kurian_Kurian17-Oct-07 4:21 
GeneralRe: Javascript Problem Pin
Sandeep Kumar17-Oct-07 4:23
Sandeep Kumar17-Oct-07 4:23 
GeneralRe: Javascript Problem [modified] Pin
Kurian_Kurian17-Oct-07 4:33
Kurian_Kurian17-Oct-07 4:33 

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.