Click here to Skip to main content
15,891,633 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: post back url Pin
Abhijit Jana19-Jan-08 0:39
professionalAbhijit Jana19-Jan-08 0:39 
GeneralRe: post back url Pin
krishnaveer19-Jan-08 0:42
krishnaveer19-Jan-08 0:42 
GeneralRe: post back url Pin
sirisha guttikonda19-Jan-08 0:49
sirisha guttikonda19-Jan-08 0:49 
GeneralMenu control problem Pin
~V~19-Jan-08 0:10
~V~19-Jan-08 0:10 
QuestionHow to use Xquery in asp.net application Pin
VanithaVasu18-Jan-08 23:32
VanithaVasu18-Jan-08 23:32 
GeneralErro related to iis Pin
shabi uz zaman18-Jan-08 23:13
shabi uz zaman18-Jan-08 23:13 
GeneralRe: Erro related to iis Pin
pmarfleet18-Jan-08 23:40
pmarfleet18-Jan-08 23:40 
Generalnot getting +ve value in ExecuteNonQuery() Pin
Cuckoo18-Jan-08 23:06
Cuckoo18-Jan-08 23:06 
The query is working properily in sql Query Analyser, But i am not getting a +VE value after executing this particular code
Plz help

con.Open();
SqlCommand scmd = new SqlCommand("select employee_id from shift_assign where monthh="+ViewState["monthh1"]+" and yearr="+ViewState["yearr1"]+"",con);
int y=scmd.ExecuteNonQuery();
GeneralRe: not getting +ve value in ExecuteNonQuery() Pin
krishnaveer18-Jan-08 23:22
krishnaveer18-Jan-08 23:22 
GeneralRe: not getting +ve value in ExecuteNonQuery() Pin
Cuckoo18-Jan-08 23:32
Cuckoo18-Jan-08 23:32 
GeneralRe: not getting +ve value in ExecuteNonQuery() Pin
Cuckoo18-Jan-08 23:35
Cuckoo18-Jan-08 23:35 
GeneralRe: not getting +ve value in ExecuteNonQuery() Pin
krishnaveer19-Jan-08 0:05
krishnaveer19-Jan-08 0:05 
Generalunable to assign value in dataset table. Pin
krishnaveer18-Jan-08 22:45
krishnaveer18-Jan-08 22:45 
QuestionHow to create a site in Language rather than English. Pin
coolsatty18-Jan-08 20:24
coolsatty18-Jan-08 20:24 
AnswerRe: How to create a site in Language rather than English. Pin
Michael Sync21-Jan-08 5:01
Michael Sync21-Jan-08 5:01 
GeneralDrop downlist problem Pin
Cuckoo18-Jan-08 19:37
Cuckoo18-Jan-08 19:37 
GeneralRe: Drop downlist problem [modified] Pin
Venkatesh Mookkan18-Jan-08 20:37
Venkatesh Mookkan18-Jan-08 20:37 
GeneralRe: Drop downlist problem Pin
Cuckoo18-Jan-08 20:42
Cuckoo18-Jan-08 20:42 
GeneralRe: Drop downlist problem Pin
Venkatesh Mookkan18-Jan-08 20:48
Venkatesh Mookkan18-Jan-08 20:48 
GeneralThank You Pin
Cuckoo18-Jan-08 20:50
Cuckoo18-Jan-08 20:50 
GeneralRe: Thank You Pin
Venkatesh Mookkan19-Jan-08 5:19
Venkatesh Mookkan19-Jan-08 5:19 
Generalstyle="display:none;" Pin
I Never Look Behind18-Jan-08 19:25
I Never Look Behind18-Jan-08 19:25 
QuestionOdbc in asp.net Pin
Golden Jing18-Jan-08 15:39
Golden Jing18-Jan-08 15:39 
AnswerRe: Odbc in asp.net Pin
Guffa18-Jan-08 19:13
Guffa18-Jan-08 19:13 
GeneralRe: Odbc in asp.net Pin
Venkatesh Mookkan18-Jan-08 19:22
Venkatesh Mookkan18-Jan-08 19: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.