Click here to Skip to main content
15,902,276 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Handling a null value Pin
Perry Holman22-Apr-09 16:26
Perry Holman22-Apr-09 16:26 
GeneralRe: Handling a null value Pin
Ekjon23-Apr-09 5:15
Ekjon23-Apr-09 5:15 
Questiontree view select all child nodes when to click parent nodes Pin
T_Teef22-Apr-09 9:54
T_Teef22-Apr-09 9:54 
AnswerRe: tree view select all child nodes when to click parent nodes Pin
ToddHileHoffer22-Apr-09 10:03
ToddHileHoffer22-Apr-09 10:03 
QuestionRe: tree view select all child nodes when to click parent nodes Pin
T_Teef22-Apr-09 10:06
T_Teef22-Apr-09 10:06 
AnswerRe: tree view select all child nodes when to click parent nodes Pin
Fayu22-Apr-09 10:10
Fayu22-Apr-09 10:10 
QuestionRe: tree view select all child nodes when to click parent nodes Pin
T_Teef22-Apr-09 10:18
T_Teef22-Apr-09 10:18 
AnswerRe: tree view select all child nodes when to click parent nodes Pin
ToddHileHoffer22-Apr-09 10:21
ToddHileHoffer22-Apr-09 10:21 
T_Teef wrote:

Open_Connection();
DataSet mydataSet = new DataSet();
sqlCmmd = new SqlCommand(Query, sqlConn);
sqlDAptr = new SqlDataAdapter(sqlCmmd);
sqlDAptr.Fill(mydataSet);
return mydataSet;


FYI. If you pass an open connection to a SqlDataAdapter it will not close automatically. Check your sql server you probably have a bunch open connections that aren't being closed.

Also, where is your code to handle the treeviews click event?


I didn't get any requirements for the signature


GeneralRe: tree view select all child nodes when to click parent nodes Pin
T_Teef22-Apr-09 10:44
T_Teef22-Apr-09 10:44 
QuestionUsing Master Page as the DB reader which implements the reading on all child pages [modified] Pin
shabya22-Apr-09 8:20
shabya22-Apr-09 8:20 
AnswerRe: Using Master Page as the DB reader which implements the reading on all child pages Pin
ToddHileHoffer22-Apr-09 9:59
ToddHileHoffer22-Apr-09 9:59 
GeneralRe: Using Master Page as the DB reader which implements the reading on all child pages Pin
shabya23-Apr-09 7:07
shabya23-Apr-09 7:07 
QuestionViewState storing custom class Pin
Fayu22-Apr-09 8:14
Fayu22-Apr-09 8:14 
AnswerRe: ViewState storing custom class Pin
ToddHileHoffer22-Apr-09 9:58
ToddHileHoffer22-Apr-09 9:58 
GeneralRe: ViewState storing custom class Pin
Fayu22-Apr-09 10:08
Fayu22-Apr-09 10:08 
GeneralRe: ViewState storing custom class Pin
ToddHileHoffer22-Apr-09 10:19
ToddHileHoffer22-Apr-09 10:19 
GeneralRe: ViewState storing custom class Pin
Fayu22-Apr-09 14:20
Fayu22-Apr-09 14:20 
GeneralRe: ViewState storing custom class Pin
ToddHileHoffer22-Apr-09 15:16
ToddHileHoffer22-Apr-09 15:16 
GeneralRe: ViewState storing custom class Pin
DoctorMick22-Apr-09 21:51
DoctorMick22-Apr-09 21:51 
GeneralRe: ViewState storing custom class Pin
ToddHileHoffer23-Apr-09 2:13
ToddHileHoffer23-Apr-09 2:13 
GeneralRe: ViewState storing custom class Pin
DoctorMick23-Apr-09 2:30
DoctorMick23-Apr-09 2:30 
GeneralRe: ViewState storing custom class Pin
Fayu23-Apr-09 6:18
Fayu23-Apr-09 6:18 
GeneralRe: ViewState storing custom class Pin
ToddHileHoffer23-Apr-09 7:09
ToddHileHoffer23-Apr-09 7:09 
QuestionAutomated Emails and SMS Pin
yogesh_kumar_agarwal22-Apr-09 7:51
yogesh_kumar_agarwal22-Apr-09 7:51 
AnswerRe: Automated Emails and SMS Pin
David Mujica22-Apr-09 8:42
David Mujica22-Apr-09 8:42 

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.