Click here to Skip to main content
15,911,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with filepath while reading to filestream Pin
Guffa14-Sep-07 7:28
Guffa14-Sep-07 7:28 
AnswerRe: Problem with filepath while reading to filestream Pin
Blue_Boy13-Sep-07 20:53
Blue_Boy13-Sep-07 20:53 
GeneralRe: Problem with filepath while reading to filestream Pin
Sandeep Akhare13-Sep-07 20:57
Sandeep Akhare13-Sep-07 20:57 
GeneralRe: Problem with filepath while reading to filestream Pin
Blue_Boy13-Sep-07 21:05
Blue_Boy13-Sep-07 21:05 
Questionadding a property in the class Pin
I Never Look Behind13-Sep-07 17:50
I Never Look Behind13-Sep-07 17:50 
AnswerRe: adding a property in the class Pin
Steve Echols13-Sep-07 18:39
Steve Echols13-Sep-07 18:39 
QuestionSqlTransaction between postbacks Pin
tonymathewt13-Sep-07 17:35
professionaltonymathewt13-Sep-07 17:35 
AnswerRe: SqlTransaction between postbacks Pin
Steve Echols13-Sep-07 18:52
Steve Echols13-Sep-07 18:52 
AFAIK: Everytime you postback, your page and all it's code behind variables are recreated and reinitialized, but controls retain their values because of the magical viewstate.

SqlTransaction doesn't have any concept of viewstate, so it's a fresh new SqlTransaction each time.


- S
50 cups of coffee and you know it's on!

GeneralRe: SqlTransaction between postbacks Pin
tonymathewt13-Sep-07 21:03
professionaltonymathewt13-Sep-07 21:03 
QuestionSearch Button Pin
Amit Kumar G13-Sep-07 13:51
Amit Kumar G13-Sep-07 13:51 
AnswerRe: Search Button Pin
Imran Khan Pathan13-Sep-07 18:30
Imran Khan Pathan13-Sep-07 18:30 
Questionstring Pin
seemamltn13-Sep-07 13:31
seemamltn13-Sep-07 13:31 
AnswerRe: string Pin
netJP12L13-Sep-07 17:23
netJP12L13-Sep-07 17:23 
AnswerRe: string Pin
Imran Khan Pathan13-Sep-07 18:20
Imran Khan Pathan13-Sep-07 18:20 
Questionhow to create a data entry table? Pin
foobarDividedByZero13-Sep-07 12:43
foobarDividedByZero13-Sep-07 12:43 
AnswerRe: how to create a data entry table? Pin
Shujaat Ullah Khan13-Sep-07 20:27
Shujaat Ullah Khan13-Sep-07 20:27 
QuestionValidation Pin
seemamltn13-Sep-07 12:39
seemamltn13-Sep-07 12:39 
QuestionGridView binding issue [modified] Pin
Vodstok13-Sep-07 10:51
Vodstok13-Sep-07 10:51 
AnswerRe: GridView binding issue Pin
Imran Khan Pathan13-Sep-07 18:56
Imran Khan Pathan13-Sep-07 18:56 
AnswerRe: GridView binding issue [modified] Pin
Jintal Patel13-Sep-07 19:51
Jintal Patel13-Sep-07 19:51 
QuestionCookies problem. Pin
Saksida Bojan13-Sep-07 10:32
Saksida Bojan13-Sep-07 10:32 
AnswerRe: Cookies problem. Pin
Guffa13-Sep-07 11:40
Guffa13-Sep-07 11:40 
GeneralRe: Cookies problem. Pin
Saksida Bojan13-Sep-07 21:28
Saksida Bojan13-Sep-07 21:28 
AnswerRe: Cookies problem. Pin
Guffa14-Sep-07 7:21
Guffa14-Sep-07 7:21 
GeneralRe: Cookies problem. Pin
Saksida Bojan14-Sep-07 9:22
Saksida Bojan14-Sep-07 9:22 

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.