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

ASP.NET

 
GeneralRe: Get IFRAME real src Pin
blue_arc28-Jan-07 22:43
blue_arc28-Jan-07 22:43 
Questionsteps to install a web application Pin
indian14328-Jan-07 19:32
indian14328-Jan-07 19:32 
AnswerRe: steps to install a web application Pin
Christian Graus28-Jan-07 19:49
protectorChristian Graus28-Jan-07 19:49 
GeneralRe: steps to install a web application Pin
indian14328-Jan-07 19:58
indian14328-Jan-07 19:58 
GeneralRe: steps to install a web application Pin
Sylvester george28-Jan-07 20:09
Sylvester george28-Jan-07 20:09 
GeneralRe: steps to install a web application Pin
Christian Graus28-Jan-07 20:10
protectorChristian Graus28-Jan-07 20:10 
GeneralRe: steps to install a web application Pin
indian14329-Jan-07 1:31
indian14329-Jan-07 1:31 
QuestionSmall Problem In Reading Excel Sheet Pin
kishore19@hotmail.com28-Jan-07 19:26
kishore19@hotmail.com28-Jan-07 19:26 
Hai Friends,


I have one problem withe Excel Sheet, Actually Iam uploading excel sheet , and I am storing the contents of Excel sheet in DATASET and i am reading the data from DATASET

While Reading Data from DATASET,Iam unable to read the INTEGER data Even i am reading the data of Text,

getting problems with INTEGER data and it is giving error is INVALID CAST ERROR and it is showing the valuse DBNull

i have tried to solve it by changing the properties of Excel Sheet CEll,but could not Succeed

Iam giving Code what i wrote in aspx.vb

Dim TNo As String
Dim ASFD As integer

For i = 4 To DS.Tables(0).Columns.Count - 1
TNo = Trim(DS.Tables(0).Rows(0).Item(i))
ASFD = DS.Tables(0).Rows(6).Item(i)


when i am reading the ASFD,iam getting the INVALID CAST Error
QuestionSmall Problem In Reading Excel Sheet Pin
kishore19@hotmail.com28-Jan-07 19:26
kishore19@hotmail.com28-Jan-07 19:26 
QuestionNo Subject Pin
kishore19@hotmail.com28-Jan-07 19:25
kishore19@hotmail.com28-Jan-07 19:25 
AnswerRe: Pin
Colin Angus Mackay29-Jan-07 1:01
Colin Angus Mackay29-Jan-07 1:01 
QuestionRead-only auto generated column in grid view Pin
smruti_ranjan28-Jan-07 18:59
smruti_ranjan28-Jan-07 18:59 
AnswerRe: Read-only auto generated column in grid view Pin
smruti_ranjan28-Jan-07 19:43
smruti_ranjan28-Jan-07 19:43 
QuestionHow can I create a short cut key any button in .net Pin
indian14328-Jan-07 18:05
indian14328-Jan-07 18:05 
AnswerRe: How can I create a short cut key any button in .net Pin
Christian Graus28-Jan-07 18:07
protectorChristian Graus28-Jan-07 18:07 
AnswerRe: How can I create a short cut key any button in .net Pin
linpihong28-Jan-07 19:01
linpihong28-Jan-07 19:01 
GeneralRe: How can I create a short cut key any button in .net Pin
indian14328-Jan-07 19:39
indian14328-Jan-07 19:39 
GeneralRe: How can I create a short cut key any button in .net Pin
Christian Graus28-Jan-07 19:43
protectorChristian Graus28-Jan-07 19:43 
GeneralRe: How can I create a short cut key any button in .net Pin
blue_arc28-Jan-07 19:49
blue_arc28-Jan-07 19:49 
Questionhttp request and response Pin
keroed_edmond28-Jan-07 12:01
keroed_edmond28-Jan-07 12:01 
AnswerRe: http request and response Pin
blue_arc28-Jan-07 19:46
blue_arc28-Jan-07 19:46 
Questionregarding web.config Pin
aslamshaik251097828-Jan-07 9:18
aslamshaik251097828-Jan-07 9:18 
AnswerRe: regarding web.config Pin
Christian Graus28-Jan-07 9:58
protectorChristian Graus28-Jan-07 9:58 
Questionregistrationpage error Pin
aslamshaik251097828-Jan-07 8:47
aslamshaik251097828-Jan-07 8:47 
AnswerRe: registrationpage error Pin
Christian Graus28-Jan-07 9:58
protectorChristian Graus28-Jan-07 9:58 

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.