Click here to Skip to main content
15,921,959 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: HELP!! DropDownList not displaying first record Pin
Paddy Boyd19-Nov-08 3:46
Paddy Boyd19-Nov-08 3:46 
AnswerRe: HELP!! DropDownList not displaying first record Pin
Nishant Singh19-Nov-08 3:00
Nishant Singh19-Nov-08 3:00 
QuestionProblems with FileUpload Inside Customized CreateUserWizard Pin
IamAmit19-Nov-08 1:55
IamAmit19-Nov-08 1:55 
AnswerRe: Problems with FileUpload Inside Customized CreateUserWizard Pin
s.hatchard19-Nov-08 2:13
s.hatchard19-Nov-08 2:13 
GeneralRe: Problems with FileUpload Inside Customized CreateUserWizard Pin
IamAmit19-Nov-08 2:26
IamAmit19-Nov-08 2:26 
Questionwhere is wrong ? Pin
Mir_As19-Nov-08 1:48
Mir_As19-Nov-08 1:48 
AnswerRe: where is wrong ? Pin
Guffa19-Nov-08 6:58
Guffa19-Nov-08 6:58 
QuestionOLEDB and EXCEL Worksheet Problem Pin
mithun narayanan19-Nov-08 1:25
mithun narayanan19-Nov-08 1:25 
string constr = "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=" + Serverpath + "\\" + Session.SessionID + "1" + "." + fileext + ";Extended
Properties=\"Excel 8.0;HDR=NO;IMEX=1\"";
OleDbConnection con = new OleDbConnection(constr);
con.Open();

OleDbCommand com = new OleDbCommand("SELECT * FROM [Sheetname$]", con);

In the query sheetname is worksheet name. my sheet name will change frequently. is ther any way to access sheet name using sheet INDEX

its very urgent ......
Thnaks in advance....
AnswerRe: OLEDB and EXCEL Worksheet Problem Pin
dan!sh 19-Nov-08 1:39
professional dan!sh 19-Nov-08 1:39 
AnswerRe: OLEDB and EXCEL Worksheet Problem Pin
Ashfield19-Nov-08 1:40
Ashfield19-Nov-08 1:40 
QuestionGenerating secure random numbers Pin
dan!sh 19-Nov-08 1:02
professional dan!sh 19-Nov-08 1:02 
Questionplacing my application on the internet [modified] Pin
harcaype19-Nov-08 1:01
harcaype19-Nov-08 1:01 
AnswerRe: placing my application on the internet Pin
ToddHileHoffer19-Nov-08 2:15
ToddHileHoffer19-Nov-08 2:15 
GeneralRe: placing my application on the internet Pin
harcaype19-Nov-08 5:46
harcaype19-Nov-08 5:46 
Questiondisplaying image in datalist.? Pin
Mir_As18-Nov-08 23:48
Mir_As18-Nov-08 23:48 
AnswerRe: displaying image in datalist.? Pin
Nishant Singh21-Nov-08 2:32
Nishant Singh21-Nov-08 2:32 
QuestionAsp.net 2.0 Mail Pin
Satish_S18-Nov-08 23:44
Satish_S18-Nov-08 23:44 
AnswerRe: Asp.net 2.0 Mail Pin
Guffa18-Nov-08 23:55
Guffa18-Nov-08 23:55 
GeneralRe: Asp.net 2.0 Mail Pin
Satish_S19-Nov-08 0:11
Satish_S19-Nov-08 0:11 
AnswerRe: Asp.net 2.0 Mail Pin
knbinoj5819-Nov-08 0:13
knbinoj5819-Nov-08 0:13 
GeneralRe: Asp.net 2.0 Mail Pin
Satish_S19-Nov-08 0:28
Satish_S19-Nov-08 0:28 
GeneralRe: Asp.net 2.0 Mail Pin
knbinoj5819-Nov-08 1:13
knbinoj5819-Nov-08 1:13 
GeneralRe: Asp.net 2.0 Mail Pin
Satish_S19-Nov-08 1:52
Satish_S19-Nov-08 1:52 
QuestionHow to use jquery to notify ASP an event has happened Pin
Ponzano Paolo18-Nov-08 23:07
Ponzano Paolo18-Nov-08 23:07 
QuestionWhat will be the mime type of an ASPX file so that the IIS will know it is an web form and execute ? Pin
Nadia Monalisa18-Nov-08 21:06
Nadia Monalisa18-Nov-08 21:06 

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.