Click here to Skip to main content
16,020,249 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSaving WebPage as an Image in asp.net 1.1 Pin
Kapil Thakur30-Nov-06 20:17
Kapil Thakur30-Nov-06 20:17 
AnswerRe: Saving WebPage as an Image in asp.net 1.1 Pin
ednrgc1-Dec-06 2:45
ednrgc1-Dec-06 2:45 
QuestionSMS Website Pin
Ashish Porwal30-Nov-06 20:13
Ashish Porwal30-Nov-06 20:13 
AnswerRe: SMS Website Pin
kirthikirthi30-Nov-06 23:36
kirthikirthi30-Nov-06 23:36 
GeneralRe: SMS Website Pin
toxcct22-Jan-07 10:38
toxcct22-Jan-07 10:38 
AnswerRe: SMS Website Pin
ednrgc1-Dec-06 2:42
ednrgc1-Dec-06 2:42 
QuestionWeb Project design problem. Pin
4600966930-Nov-06 19:51
4600966930-Nov-06 19:51 
AnswerRe: Web Project design problem. Pin
Kapil Thakur30-Nov-06 20:06
Kapil Thakur30-Nov-06 20:06 
Make 2 separate projects like projectONE & projectTWO

do the designing and coding in both projects.
now include the dll of projectTWO in \bin folder of projectONE. Also add the all the aspx pages of projectTWO in first project.

u can access the Session variables & querystrings across the two forms just like a single project.

suppose u declare a session variable in WebForm1.aspx of projectONE. like Session("UserName") = "Jack"

u can access this session variable in WebForm2.aspx of projectTWO (which you have added in first project) as :
dim name as string = Session("UserName")


note :
if you want to make any design changes in html of WebForm2.aspx of second project.............then you will have to open projectTWO.....make neccessary changes and again add the dll's and web forms in projectONE.

hope it was of help.
for further help, you can mail at thakur.kapil@gmail.com

GeneralRe: Web Project design problem. Pin
4600966930-Nov-06 20:44
4600966930-Nov-06 20:44 
AnswerRe: Web Project design problem. Pin
VMSSanthosh30-Nov-06 23:20
VMSSanthosh30-Nov-06 23:20 
Questionfit into any moniter Pin
BINOVAR30-Nov-06 19:42
BINOVAR30-Nov-06 19:42 
AnswerRe: fit into any moniter Pin
Not Active30-Nov-06 19:45
mentorNot Active30-Nov-06 19:45 
GeneralRe: fit into any moniter Pin
BINOVAR30-Nov-06 19:53
BINOVAR30-Nov-06 19:53 
GeneralRe: fit into any moniter Pin
Not Active30-Nov-06 19:56
mentorNot Active30-Nov-06 19:56 
GeneralRe: fit into any moniter Pin
BINOVAR30-Nov-06 20:11
BINOVAR30-Nov-06 20:11 
GeneralRe: fit into any moniter Pin
Not Active1-Dec-06 1:26
mentorNot Active1-Dec-06 1:26 
AnswerRe: fit into any moniter Pin
ronmy30-Nov-06 21:34
ronmy30-Nov-06 21:34 
GeneralRe: fit into any moniter Pin
BINOVAR30-Nov-06 22:02
BINOVAR30-Nov-06 22:02 
GeneralRe: fit into any moniter Pin
ronmy3-Dec-06 15:02
ronmy3-Dec-06 15:02 
GeneralRe: fit into any moniter Pin
BINOVAR3-Dec-06 17:32
BINOVAR3-Dec-06 17:32 
AnswerRe: fit into any moniter Pin
ednrgc1-Dec-06 2:24
ednrgc1-Dec-06 2:24 
GeneralRe: fit into any moniter Pin
BINOVAR1-Dec-06 4:56
BINOVAR1-Dec-06 4:56 
GeneralRe: fit into any moniter Pin
ednrgc1-Dec-06 5:00
ednrgc1-Dec-06 5:00 
GeneralRe: fit into any moniter Pin
BINOVAR1-Dec-06 16:43
BINOVAR1-Dec-06 16:43 
GeneralRe: fit into any moniter Pin
ednrgc4-Dec-06 1:28
ednrgc4-Dec-06 1:28 

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.