Click here to Skip to main content
15,914,111 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DataGrid data into PDF format Pin
That's Aragon19-Sep-07 2:24
That's Aragon19-Sep-07 2:24 
GeneralRe: DataGrid data into PDF format Pin
Imran Khan Pathan19-Sep-07 2:42
Imran Khan Pathan19-Sep-07 2:42 
GeneralRe: DataGrid data into PDF format Pin
That's Aragon19-Sep-07 2:56
That's Aragon19-Sep-07 2:56 
Questioncreating image of a web page Pin
Kapil Thakur19-Sep-07 2:00
Kapil Thakur19-Sep-07 2:00 
AnswerRe: creating image of a web page Pin
Krugger40419-Sep-07 4:36
Krugger40419-Sep-07 4:36 
Questioncan i include .aspx into another .aspx file ? Pin
anuragbajpai19-Sep-07 1:59
anuragbajpai19-Sep-07 1:59 
AnswerRe: can i include .aspx into another .aspx file ? Pin
Not Active19-Sep-07 2:16
mentorNot Active19-Sep-07 2:16 
AnswerRe: can i include .aspx into another .aspx file ? Pin
Krugger40419-Sep-07 2:19
Krugger40419-Sep-07 2:19 
One solution is to use web UserControls

User controls come as ascx files and contain the same functionality (even pageload is there) as an aspx. The great thing is that you can dynamically load and unload usercontrols on an aspx by using a panel or some other methods.

In visual studio, add a new file of type " Web User Control" for each step of your wizard and add the required coding in each ascx.

Then use a panel in your aspx to load and unload the different user controls programmatically.

Hope this helps.Smile | :)

Carpe diem
Krugger
GeneralRe: can i include .aspx into another .aspx file ? Pin
Not Active19-Sep-07 2:35
mentorNot Active19-Sep-07 2:35 
GeneralRe: can i include .aspx into another .aspx file ? Pin
Krugger40419-Sep-07 2:47
Krugger40419-Sep-07 2:47 
GeneralRe: can i include .aspx into another .aspx file ? Pin
Not Active19-Sep-07 2:54
mentorNot Active19-Sep-07 2:54 
GeneralRe: can i include .aspx into another .aspx file ? Pin
Krugger40419-Sep-07 2:58
Krugger40419-Sep-07 2:58 
GeneralRe: can i include .aspx into another .aspx file ? Pin
anuragbajpai19-Sep-07 3:14
anuragbajpai19-Sep-07 3:14 
QuestionHelp With Gridview Styling Pin
Brendan Vogt19-Sep-07 1:48
Brendan Vogt19-Sep-07 1:48 
AnswerRe: Help With Gridview Styling Pin
Imran Khan Pathan19-Sep-07 1:54
Imran Khan Pathan19-Sep-07 1:54 
Questionsitemappath Pin
kirtiarora19-Sep-07 1:47
kirtiarora19-Sep-07 1:47 
AnswerRe: sitemappath Pin
Imran Khan Pathan19-Sep-07 1:57
Imran Khan Pathan19-Sep-07 1:57 
QuestionTo close the asp page or application Pin
ajay5888619-Sep-07 1:42
ajay5888619-Sep-07 1:42 
AnswerRe: To close the asp page or application Pin
Not Active19-Sep-07 2:38
mentorNot Active19-Sep-07 2:38 
Questionwants to display previous date when i upload a ExcelSheet Pin
subbu.sk19-Sep-07 1:37
subbu.sk19-Sep-07 1:37 
AnswerRe: wants to display previous date when i upload a ExcelSheet Pin
Imran Khan Pathan19-Sep-07 1:50
Imran Khan Pathan19-Sep-07 1:50 
Questionwhen i have load dynamically dll references Pin
Piyush Vardhan Singh19-Sep-07 1:37
Piyush Vardhan Singh19-Sep-07 1:37 
QuestionGetting the Role ID and Name Pin
Brendan Vogt19-Sep-07 1:08
Brendan Vogt19-Sep-07 1:08 
AnswerRe: Getting the Role ID and Name Pin
Imran Khan Pathan19-Sep-07 1:34
Imran Khan Pathan19-Sep-07 1:34 
QuestionRe: Getting the Role ID and Name Pin
Brendan Vogt19-Sep-07 1:50
Brendan Vogt19-Sep-07 1:50 

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.