Click here to Skip to main content
16,004,836 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAnyone know of any "public blogging" software? Pin
Goalie357-Dec-08 17:05
Goalie357-Dec-08 17:05 
Questionadrotator Pin
kirandilip7-Dec-08 16:59
kirandilip7-Dec-08 16:59 
AnswerRe: adrotator Pin
Christian Graus7-Dec-08 18:55
protectorChristian Graus7-Dec-08 18:55 
AnswerRe: adrotator Pin
Brij8-Dec-08 1:11
mentorBrij8-Dec-08 1:11 
QuestionResponse.Redirect -- Help!!! Pin
C#Coudou7-Dec-08 14:42
C#Coudou7-Dec-08 14:42 
AnswerRe: Response.Redirect -- Help!!! Pin
Nishant Singh7-Dec-08 17:49
Nishant Singh7-Dec-08 17:49 
AnswerRe: Response.Redirect -- Help!!! Pin
Brij7-Dec-08 18:56
mentorBrij7-Dec-08 18:56 
AnswerRe: Response.Redirect -- Help!!! Pin
Christian Graus7-Dec-08 18:57
protectorChristian Graus7-Dec-08 18:57 
C#Coudou wrote:

Response.Redirect("QueryRes.aspx");



C#Coudou wrote:

finally
{
if(oleCon.State != ConnectionState.Closed)
{
oleCon.Close();
}
}
}


I am not sure that the finally block will run here, because Response.Redirect moves control to another page. I could be wrong, but I suspect this is going to leave your connection open.

To show a specific set of data on your redirect, put the data you need to pull the info you need, on the query string.

Christian Graus

Driven to the arms of OSX by Vista.

GeneralRe: Response.Redirect -- Help!!! Pin
C#Coudou9-Dec-08 17:49
C#Coudou9-Dec-08 17:49 
QuestionPrint a web report Pin
Sajjad Razmi6-Dec-08 19:46
Sajjad Razmi6-Dec-08 19:46 
AnswerRe: Print a web report Pin
Christian Graus7-Dec-08 10:04
protectorChristian Graus7-Dec-08 10:04 
QuestionFind Method Name Pin
Tarik Guney6-Dec-08 17:09
Tarik Guney6-Dec-08 17:09 
AnswerRe: Find Method Name Pin
Nishant Singh6-Dec-08 20:44
Nishant Singh6-Dec-08 20:44 
AnswerRe: Find Method Name Pin
Abhijit Jana7-Dec-08 0:41
professionalAbhijit Jana7-Dec-08 0:41 
GeneralRe: Find Method Name Pin
Member 57600747-Dec-08 7:53
Member 57600747-Dec-08 7:53 
GeneralRe: Find Method Name Pin
Tarik Guney7-Dec-08 7:55
Tarik Guney7-Dec-08 7:55 
QuestionGridView height to 100% Pin
Stevo Z6-Dec-08 5:37
Stevo Z6-Dec-08 5:37 
QuestionFind Child Gridview Pin
kavitha_blueindia6-Dec-08 1:43
kavitha_blueindia6-Dec-08 1:43 
AnswerRe: Find Child Gridview Pin
Nishant Singh6-Dec-08 20:40
Nishant Singh6-Dec-08 20:40 
AnswerRe: Find Child Gridview Pin
Abhijit Jana6-Dec-08 20:53
professionalAbhijit Jana6-Dec-08 20:53 
QuestionUse doPostBack Pin
John.G6-Dec-08 0:02
John.G6-Dec-08 0:02 
AnswerRe: Use doPostBack Pin
Christian Graus7-Dec-08 10:05
protectorChristian Graus7-Dec-08 10:05 
QuestionDisplay A Confirm Box from a CodeBehind Page and Take Input Yes or No for further use. Pin
vkumar095-Dec-08 22:02
vkumar095-Dec-08 22:02 
AnswerRe: Display A Confirm Box from a CodeBehind Page and Take Input Yes or No for further use. Pin
Abhijit Jana5-Dec-08 22:09
professionalAbhijit Jana5-Dec-08 22:09 
GeneralRe: Display A Confirm Box from a CodeBehind Page and Take Input Yes or No for further use. Pin
mr_muskurahat5-Dec-08 22:44
mr_muskurahat5-Dec-08 22:44 

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.