Click here to Skip to main content
15,887,776 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondisable backbutton Pin
Nilesh Warude2-May-10 23:14
Nilesh Warude2-May-10 23:14 
AnswerRe: disable backbutton Pin
Abhijit Jana2-May-10 23:42
professionalAbhijit Jana2-May-10 23:42 
AnswerRe: disable backbutton Pin
Sandesh M Patil2-May-10 23:46
Sandesh M Patil2-May-10 23:46 
GeneralRe: disable backbutton Pin
Peace ON3-May-10 0:55
Peace ON3-May-10 0:55 
GeneralRe: disable backbutton Pin
Sandesh M Patil3-May-10 1:12
Sandesh M Patil3-May-10 1:12 
GeneralRe: disable backbutton Pin
Peace ON3-May-10 1:45
Peace ON3-May-10 1:45 
Questiondynamically creating .aspx pages with controls using asp.net with c# Pin
developerit2-May-10 21:10
developerit2-May-10 21:10 
AnswerRe: dynamically creating .aspx pages with controls using asp.net with c# Pin
Dinesh Mani2-May-10 21:47
Dinesh Mani2-May-10 21:47 
I'm not sure if you can create a page, as in a physical .aspx file dynamically. But, it is possible to create and place controls during run-time.

You have to have a base page i.e. a blank page with the required panels [Left/right/...]. When the user clicks on the button on the user input form, get the values from the textboxes and use it to loop and create controls. You can create controls like this

[ControlType] control_LoopCounter = new [ControlType]()


Set the appropriate properties and add the control to the required panel.

HTH!
AnswerRe: dynamically creating .aspx pages with controls using asp.net with c# Pin
Tej Aj3-May-10 3:57
Tej Aj3-May-10 3:57 
QuestionProblem in websetup of asp.net Pin
sumit70342-May-10 19:03
sumit70342-May-10 19:03 
AnswerRe: Problem in websetup of asp.net Pin
Sandeep Mewara2-May-10 19:27
mveSandeep Mewara2-May-10 19:27 
GeneralRe: Problem in websetup of asp.net Pin
sumit70342-May-10 19:44
sumit70342-May-10 19:44 
AnswerNot showing asp menu Pin
sumit70342-May-10 20:58
sumit70342-May-10 20:58 
Questionabout developing websites Pin
Mennat_Allah2-May-10 12:01
Mennat_Allah2-May-10 12:01 
Questionabout developing websites Pin
Mennat_Allah2-May-10 11:51
Mennat_Allah2-May-10 11:51 
AnswerRe: about developing websites Pin
Sandeep Mewara2-May-10 19:26
mveSandeep Mewara2-May-10 19:26 
QuestionRetrieving non english characters from grid view [SOLVED] Pin
KittyKit2-May-10 5:26
KittyKit2-May-10 5:26 
AnswerRe: Retrieving non english characters from grid view Pin
Eddy Vluggen2-May-10 6:41
professionalEddy Vluggen2-May-10 6:41 
GeneralRe: Retrieving non english characters from grid view Pin
KittyKit2-May-10 10:17
KittyKit2-May-10 10:17 
GeneralRe: Retrieving non english characters from grid view Pin
Eddy Vluggen2-May-10 10:52
professionalEddy Vluggen2-May-10 10:52 
GeneralRe: Retrieving non english characters from grid view Pin
KittyKit2-May-10 11:43
KittyKit2-May-10 11:43 
GeneralRe: Retrieving non english characters from grid view Pin
Eddy Vluggen2-May-10 22:07
professionalEddy Vluggen2-May-10 22:07 
GeneralRe: Retrieving non english characters from grid view Pin
KittyKit2-May-10 23:19
KittyKit2-May-10 23:19 
Questionto develope my website Pin
Mennat_Allah2-May-10 4:27
Mennat_Allah2-May-10 4:27 
AnswerRe: to develope my website Pin
Abhijit Jana2-May-10 4:34
professionalAbhijit Jana2-May-10 4:34 

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.