Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: AJAX avoid using Reponse.write Pin
Christian Graus18-May-07 14:03
protectorChristian Graus18-May-07 14:03 
QuestionNumber Formatting Pin
Sam Heller18-May-07 3:55
Sam Heller18-May-07 3:55 
AnswerRe: Number Formatting Pin
Tarakeshwar Reddy18-May-07 5:18
professionalTarakeshwar Reddy18-May-07 5:18 
AnswerRe: Number Formatting Pin
ToddHileHoffer18-May-07 5:19
ToddHileHoffer18-May-07 5:19 
GeneralRe: Number Formatting Pin
Sam Heller21-May-07 2:09
Sam Heller21-May-07 2:09 
QuestionGridView not Updating Pin
Bajrang Singh18-May-07 3:51
Bajrang Singh18-May-07 3:51 
AnswerRe: GridView not Updating Pin
mnvkng7618-May-07 16:02
mnvkng7618-May-07 16:02 
GeneralRe: GridView not Updating [modified] Pin
Bajrang Singh18-May-07 23:53
Bajrang Singh18-May-07 23:53 
Thanks mnvkng76 for Reply.
I am using AccessDataSource as DataSource of GridView. So when I update the Table RackMAster, AccessDataSource is updated automatically. So where is the need of updating DataSource. Second thing I don't know where Should i write code for closing the connection, PLease tell me.
Although I changed my connection code to
protected void Page_Load(object sender, EventArgs e)
{
if (mydb.Conn.State == ConnectionState.Open)
{
mydb.Conn.Close();
}
mydb.Conn.Open();
}
But problem remains the same.
AccessDataSource has nothing to do with mydb because I made AccessDataSource in design time so I don't thinks mydb can affect accessDataSource. Is there any way to Refresh AccessDataSource.
Hope to get a solution from u earliest. Thanks
Bye

Bajrang Singh
Using .net 2.0 (VS2005)

GeneralRe: GridView not Updating Pin
mnvkng7619-May-07 2:57
mnvkng7619-May-07 2:57 
QuestionPartiall Screen Scrapping Pin
wEb GuRu...18-May-07 3:08
wEb GuRu...18-May-07 3:08 
AnswerRe: Partiall Screen Scrapping Pin
Not Active18-May-07 3:13
mentorNot Active18-May-07 3:13 
GeneralRe: Partiall Screen Scrapping Pin
wEb GuRu...18-May-07 3:28
wEb GuRu...18-May-07 3:28 
GeneralRe: Partiall Screen Scrapping Pin
Not Active18-May-07 3:53
mentorNot Active18-May-07 3:53 
QuestionProblem accessing mysql database on *.aspx.cs page Pin
arpitscd18-May-07 2:48
arpitscd18-May-07 2:48 
AnswerRe: Problem accessing mysql database on *.aspx.cs page Pin
DavidNohejl18-May-07 6:09
DavidNohejl18-May-07 6:09 
QuestionCalender popup window Pin
deep718-May-07 2:44
deep718-May-07 2:44 
AnswerRe: String Operations Pin
Not Active18-May-07 2:18
mentorNot Active18-May-07 2:18 
JokeRe: String Operations Pin
Sandeep Akhare18-May-07 2:40
Sandeep Akhare18-May-07 2:40 
QuestionVery Urgent Pin
Kurmala18-May-07 2:13
Kurmala18-May-07 2:13 
AnswerRe: Very Urgent Pin
Sathesh Sakthivel18-May-07 2:16
Sathesh Sakthivel18-May-07 2:16 
AnswerRe: Very Urgent Pin
Not Active18-May-07 2:17
mentorNot Active18-May-07 2:17 
GeneralRe: Very Urgent Pin
Kurmala18-May-07 2:20
Kurmala18-May-07 2:20 
AnswerRe: Very Urgent Pin
Sylvester george18-May-07 2:17
Sylvester george18-May-07 2:17 
AnswerRe: Very Urgent Pin
Nouman Bhatti18-May-07 2:44
Nouman Bhatti18-May-07 2:44 
GeneralRe: Very Urgent Pin
Sathesh Sakthivel18-May-07 2:28
Sathesh Sakthivel18-May-07 2: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.