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

ASP.NET

 
GeneralRe: gridview paging problem Pin
Sunil Scaria8-Apr-10 2:35
Sunil Scaria8-Apr-10 2:35 
AnswerRe: gridview paging problem Pin
Tej Aj8-Apr-10 3:48
Tej Aj8-Apr-10 3:48 
QuestionDatabase Connection in asp.net Pin
sarang_k7-Apr-10 20:19
sarang_k7-Apr-10 20:19 
AnswerRe: Database Connection in asp.net Pin
yogesh_kumar_agarwal7-Apr-10 20:51
yogesh_kumar_agarwal7-Apr-10 20:51 
GeneralRe: Database Connection in asp.net Pin
sarang_k7-Apr-10 20:56
sarang_k7-Apr-10 20:56 
GeneralRe: Database Connection in asp.net Pin
yogesh_kumar_agarwal7-Apr-10 20:59
yogesh_kumar_agarwal7-Apr-10 20:59 
GeneralRe: Database Connection in asp.net Pin
sarang_k7-Apr-10 21:04
sarang_k7-Apr-10 21:04 
GeneralRe: Database Connection in asp.net Pin
yogesh_kumar_agarwal7-Apr-10 21:13
yogesh_kumar_agarwal7-Apr-10 21:13 
Nothing has to be define, If the problem is in insert query the connection has no problem.

it will be inserted in the same manner it inserts with the local database.

just define the connection in your command statement

SqlCommand sql=new SqlCommand(str,con)

will work fine. Or check with ur user credential for login into sql database. sa has right and the other user not then also the insert could be failed.
AnswerRe: Database Connection in asp.net Pin
Brij7-Apr-10 20:52
mentorBrij7-Apr-10 20:52 
AnswerRe: Database Connection in asp.net Pin
sashidhar7-Apr-10 21:22
sashidhar7-Apr-10 21:22 
AnswerRe: Database Connection in asp.net Pin
meeram3958-Apr-10 2:58
meeram3958-Apr-10 2:58 
Questionlinq to sql , insert into db using store procedure Pin
tanweer7-Apr-10 19:24
tanweer7-Apr-10 19:24 
AnswerRe: linq to sql , insert into db using store procedure Pin
Arun Jacob7-Apr-10 21:05
Arun Jacob7-Apr-10 21:05 
Questionpass javascript variable to asp.net function Pin
Abdul Rahman Hamidy7-Apr-10 19:14
Abdul Rahman Hamidy7-Apr-10 19:14 
AnswerRe: pass javascript variable to asp.net function Pin
sashidhar7-Apr-10 20:02
sashidhar7-Apr-10 20:02 
GeneralRe: pass javascript variable to asp.net function Pin
Abdul Rahman Hamidy7-Apr-10 20:10
Abdul Rahman Hamidy7-Apr-10 20:10 
GeneralRe: pass javascript variable to asp.net function Pin
sashidhar7-Apr-10 20:14
sashidhar7-Apr-10 20:14 
GeneralRe: pass javascript variable to asp.net function Pin
Abdul Rahman Hamidy7-Apr-10 20:20
Abdul Rahman Hamidy7-Apr-10 20:20 
GeneralRe: pass javascript variable to asp.net function Pin
sashidhar7-Apr-10 20:40
sashidhar7-Apr-10 20:40 
GeneralRe: pass javascript variable to asp.net function Pin
Not Active8-Apr-10 1:36
mentorNot Active8-Apr-10 1:36 
AnswerRe: pass javascript variable to asp.net function Pin
Mogamboo_Khush_Hua7-Apr-10 20:35
Mogamboo_Khush_Hua7-Apr-10 20:35 
GeneralRe: pass javascript variable to asp.net function Pin
Abdul Rahman Hamidy7-Apr-10 21:47
Abdul Rahman Hamidy7-Apr-10 21:47 
GeneralRe: pass javascript variable to asp.net function Pin
Mogamboo_Khush_Hua8-Apr-10 0:07
Mogamboo_Khush_Hua8-Apr-10 0:07 
GeneralRe: pass javascript variable to asp.net function Pin
Abdul Rahman Hamidy9-Apr-10 19:20
Abdul Rahman Hamidy9-Apr-10 19:20 
AnswerRe: pass javascript variable to asp.net function Pin
Mogamboo_Khush_Hua7-Apr-10 20:37
Mogamboo_Khush_Hua7-Apr-10 20:37 

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.