Click here to Skip to main content
15,899,126 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIIS alternatives... Pin
Rob 387-Aug-07 5:27
Rob 387-Aug-07 5:27 
AnswerRe: IIS alternatives... Pin
originSH7-Aug-07 6:31
originSH7-Aug-07 6:31 
GeneralRe: IIS alternatives... Pin
Rob 387-Aug-07 22:45
Rob 387-Aug-07 22:45 
Questioninterval in dundas charts.. Pin
hkchauhan7-Aug-07 5:07
hkchauhan7-Aug-07 5:07 
Questionhow to reach a UserControl by a Repeater??? Pin
Deeloc7-Aug-07 4:34
Deeloc7-Aug-07 4:34 
AnswerRe: how to reach a UserControl by a Repeater??? Pin
ToddHileHoffer7-Aug-07 7:49
ToddHileHoffer7-Aug-07 7:49 
QuestionRetaining the dynamic controls Pin
sathyanarayanan_v047-Aug-07 4:02
sathyanarayanan_v047-Aug-07 4:02 
AnswerRe: Retaining the dynamic controls Pin
bit_cmdr7-Aug-07 5:42
bit_cmdr7-Aug-07 5:42 
Start with the simple stuff. Make sure you have the EnableViewState property set to true on the disappearing controls. Also make sure that you have all your initial page_load code within an if block to check for postback, i.e. if (!this.IsPostBack). If that doesn't work, you can always check the value's of subsequent buttons and checkboxes on postback and repopulate prior buttons and checkboxes accordingly.

- Arcond

QuestionNo connection could be made because the target machine actively refused it Pin
Daniel_Logan7-Aug-07 4:01
Daniel_Logan7-Aug-07 4:01 
GeneralRe: No connection could be made because the target machine actively refused it Pin
Guffa7-Aug-07 4:41
Guffa7-Aug-07 4:41 
QuestionPaging in a DataList Control Pin
postmaster@programmingknowledge.com7-Aug-07 4:00
postmaster@programmingknowledge.com7-Aug-07 4:00 
QuestionGridview Rowcommand - Javascript (window.open) Pin
Md Arif7-Aug-07 3:32
Md Arif7-Aug-07 3:32 
AnswerRe: Gridview Rowcommand - Javascript (window.open) Pin
Imran Khan Pathan7-Aug-07 3:53
Imran Khan Pathan7-Aug-07 3:53 
QuestionAbout SQL server reporting Pin
SNSDeveloper7-Aug-07 3:04
SNSDeveloper7-Aug-07 3:04 
Questionhow can i check the hperlinks in PDF using .Net 2.0 Pin
koolprasad20037-Aug-07 2:30
professionalkoolprasad20037-Aug-07 2:30 
QuestionResolveAssemblyReference Exception Pin
ali bagheri7-Aug-07 2:09
ali bagheri7-Aug-07 2:09 
AnswerRe: ResolveAssemblyReference Exception Pin
Vasudevan Deepak Kumar7-Aug-07 2:11
Vasudevan Deepak Kumar7-Aug-07 2:11 
QuestionDisplaying data on gridview using ASP.NET AJAX Pin
Mamphekgo Bahula7-Aug-07 1:38
Mamphekgo Bahula7-Aug-07 1:38 
AnswerRe: Displaying data on gridview using ASP.NET AJAX Pin
Vasudevan Deepak Kumar7-Aug-07 2:12
Vasudevan Deepak Kumar7-Aug-07 2:12 
GeneralRe: Displaying data on gridview using ASP.NET AJAX Pin
Mamphekgo Bahula7-Aug-07 2:24
Mamphekgo Bahula7-Aug-07 2:24 
GeneralRe: Displaying data on gridview using ASP.NET AJAX Pin
Vasudevan Deepak Kumar7-Aug-07 3:07
Vasudevan Deepak Kumar7-Aug-07 3:07 
QuestionHow to insatll cdo.dll Pin
attalurisubbu7-Aug-07 1:34
attalurisubbu7-Aug-07 1:34 
AnswerRe: How to insatll cdo.dll Pin
Vasudevan Deepak Kumar7-Aug-07 1:42
Vasudevan Deepak Kumar7-Aug-07 1:42 
Questionhow to create aspx page from another aspx page dynamically Pin
santoshkumarB7-Aug-07 1:15
santoshkumarB7-Aug-07 1:15 
AnswerRe: how to create aspx page from another aspx page dynamically Pin
Christian Graus7-Aug-07 1:21
protectorChristian Graus7-Aug-07 1:21 

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.