Click here to Skip to main content
15,917,795 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Example using Interface Pin
Mariusz Wojcik5-Jun-07 4:47
Mariusz Wojcik5-Jun-07 4:47 
GeneralRe: How to handle onselectindexchanged method in UserControl(.ascx page) Pin
Not Active5-Jun-07 5:07
mentorNot Active5-Jun-07 5:07 
AnswerRe: How to handle onselectindexchanged method in UserControl(.ascx page) Pin
Not Active5-Jun-07 5:14
mentorNot Active5-Jun-07 5:14 
QuestionPrint button in crystal report..., Pin
Member 38798815-Jun-07 3:04
Member 38798815-Jun-07 3:04 
Questionmaster detail Pin
kvijayajyothy5-Jun-07 3:03
kvijayajyothy5-Jun-07 3:03 
AnswerRe: master detail Pin
Not Active5-Jun-07 3:43
mentorNot Active5-Jun-07 3:43 
AnswerRe: master detail Pin
badgrs5-Jun-07 22:22
badgrs5-Jun-07 22:22 
Questioncookies : how to write page_load to cookies Pin
kinsella_john5-Jun-07 1:43
kinsella_john5-Jun-07 1:43 
i am attempting to write the cookies for a landing page.

i have used the following code to analyse the presence of cookies, but dont know how to write the cookie for the page loading.


Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load

If Request.Cookies("Landing") Is Nothing Then
'if the name cookie does not exist ask user to enter name
Response.Redirect("landing.aspx")
Else
'if cookies already exist then show landing page
Response.Redirect("tMN_index.aspx")

End If

this seems to work in terms of directing to the landing page.. just need the cookie help....

i basically want the landing page to appear if the cookie isnt present, and then the landing page to generate the cookie if not present.


thank you


John Michael Kinsella
kinsellajohn@hotmail.com

AnswerRe: cookies : how to write page_load to cookies Pin
Mariusz Wojcik5-Jun-07 2:05
Mariusz Wojcik5-Jun-07 2:05 
QuestionValidation to accept only numbers!!! Pin
rameshbhojan5-Jun-07 1:30
rameshbhojan5-Jun-07 1:30 
AnswerRe: Validation to accept only numbers!!! Pin
Mariusz Wojcik5-Jun-07 1:56
Mariusz Wojcik5-Jun-07 1:56 
AnswerRe: Validation to accept only numbers!!! Pin
Nouman Bhatti5-Jun-07 2:14
Nouman Bhatti5-Jun-07 2:14 
AnswerRe: Validation to accept only numbers!!! Pin
koolprasad20035-Jun-07 2:16
professionalkoolprasad20035-Jun-07 2:16 
GeneralRe: Validation to accept only numbers!!! Pin
DavidNohejl5-Jun-07 4:23
DavidNohejl5-Jun-07 4:23 
AnswerRe: Validation to accept only numbers!!! Pin
Rahul Babu5-Jun-07 3:42
Rahul Babu5-Jun-07 3:42 
Questionneed help with adding an all option to the data grid parameter. Pin
neodeaths5-Jun-07 1:09
neodeaths5-Jun-07 1:09 
Questionhow to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
rajnish_haldiya5-Jun-07 0:03
rajnish_haldiya5-Jun-07 0:03 
AnswerRe: how to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
Sathesh Sakthivel5-Jun-07 0:08
Sathesh Sakthivel5-Jun-07 0:08 
AnswerRe: how to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
rajnish_haldiya5-Jun-07 0:18
rajnish_haldiya5-Jun-07 0:18 
AnswerRe: how to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
ToddHileHoffer5-Jun-07 9:13
ToddHileHoffer5-Jun-07 9:13 
GeneralRe: how to display, modify MS Excel sheet in ASPX page using .NET 1.1 with C# Pin
rajnish_haldiya5-Jun-07 20:49
rajnish_haldiya5-Jun-07 20:49 
QuestionUploading Images to the file system and the path of the Image in SQL Database Pin
clife5374-Jun-07 23:51
clife5374-Jun-07 23:51 
AnswerRe: Uploading Images to the file system and the path of the Image in SQL Database Pin
Sathesh Sakthivel4-Jun-07 23:56
Sathesh Sakthivel4-Jun-07 23:56 
AnswerRe: Uploading Images to the file system and the path of the Image in SQL Database Pin
Nouman Bhatti5-Jun-07 2:37
Nouman Bhatti5-Jun-07 2:37 
QuestionHow to restrict the contents being copied in ASP.NET Pin
.NET- India 4-Jun-07 23:41
.NET- India 4-Jun-07 23:41 

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.