Click here to Skip to main content
15,903,175 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Auto Increment problem (Identity property) Pin
Abhijit Jana26-Nov-09 17:13
professionalAbhijit Jana26-Nov-09 17:13 
AnswerRe: Auto Increment problem (Identity property) Pin
Shameel26-Nov-09 19:43
professionalShameel26-Nov-09 19:43 
AnswerRe: Auto Increment problem (Identity property) [modified] Pin
Vimalsoft(Pty) Ltd26-Nov-09 20:02
professionalVimalsoft(Pty) Ltd26-Nov-09 20:02 
GeneralRe: Auto Increment problem (Identity property) Pin
Shameel27-Nov-09 0:31
professionalShameel27-Nov-09 0:31 
GeneralRe: Auto Increment problem (Identity property) Pin
Vimalsoft(Pty) Ltd27-Nov-09 3:13
professionalVimalsoft(Pty) Ltd27-Nov-09 3:13 
GeneralRe: Auto Increment problem (Identity property) Pin
Maxdd 729-Nov-09 7:06
Maxdd 729-Nov-09 7:06 
GeneralRe: Auto Increment problem (Identity property) Pin
Vimalsoft(Pty) Ltd29-Nov-09 19:20
professionalVimalsoft(Pty) Ltd29-Nov-09 19:20 
Questiondatasource on asp:dropdownlist is null after a postback Pin
AlexG211926-Nov-09 14:30
AlexG211926-Nov-09 14:30 
I have a dropdownlist who's datasource is a ObjectCollection. I have 3 variables within the Object. The Dropdown list works fine and shows the name variable from the object. Below is some code that explains what i'm doing however I get a compiler error that the cast can't be done.

int number = ((Object)dropdownlist1.selecteditem).num;

For some reason i get a cannot convert a type system.web.ui.listitem to projectname.int

Any ideas?
AnswerRe: datasource on asp:dropdownlist is null after a postback Pin
Kannan Ar26-Nov-09 15:14
professionalKannan Ar26-Nov-09 15:14 
QuestionCan't update file/database running ASP.NET under IIS Pin
vlehotay26-Nov-09 10:29
vlehotay26-Nov-09 10:29 
AnswerRe: Can't update file/database running ASP.NET under IIS Pin
Petr Pechovic26-Nov-09 11:19
professionalPetr Pechovic26-Nov-09 11:19 
GeneralRe: Can't update file/database running ASP.NET under IIS Pin
vlehotay26-Nov-09 15:29
vlehotay26-Nov-09 15:29 
GeneralRe: Can't update file/database running ASP.NET under IIS [modified] Pin
Petr Pechovic26-Nov-09 22:11
professionalPetr Pechovic26-Nov-09 22:11 
QuestionConverting a DataTable Column to an Array? Pin
James Shao26-Nov-09 5:10
James Shao26-Nov-09 5:10 
AnswerRe: Converting a DataTable Column to an Array? Pin
dan!sh 26-Nov-09 5:22
professional dan!sh 26-Nov-09 5:22 
AnswerRe: Converting a DataTable Column to an Array? Pin
Covean26-Nov-09 5:30
Covean26-Nov-09 5:30 
AnswerRe: Converting a DataTable Column to an Array? Pin
Kannan Ar26-Nov-09 5:30
professionalKannan Ar26-Nov-09 5:30 
AnswerRe: Converting a DataTable Column to an Array? Pin
Abhishek Sur26-Nov-09 8:18
professionalAbhishek Sur26-Nov-09 8:18 
AnswerRe: Converting a DataTable Column to an Array? Pin
James Shao26-Nov-09 14:38
James Shao26-Nov-09 14:38 
AnswerRe: Converting a DataTable Column to an Array? Pin
carlecomm26-Nov-09 23:28
carlecomm26-Nov-09 23:28 
AnswerRe: Converting a DataTable Column to an Array? Pin
James Shao28-Nov-09 18:07
James Shao28-Nov-09 18:07 
QuestionIncorrect Auto Size of DIV Tags when size of contents are dynamically changed. Pin
Mehdi Ghiasi26-Nov-09 4:11
Mehdi Ghiasi26-Nov-09 4:11 
AnswerRe: Incorrect Auto Size of DIV Tags when size of contents are dynamically changed. Pin
Abhishek Sur26-Nov-09 4:36
professionalAbhishek Sur26-Nov-09 4:36 
GeneralRe: Incorrect Auto Size of DIV Tags when size of contents are dynamically changed. Pin
Mehdi Ghiasi26-Nov-09 20:09
Mehdi Ghiasi26-Nov-09 20:09 
GeneralRe: Incorrect Auto Size of DIV Tags when size of contents are dynamically changed. Pin
Abhishek Sur26-Nov-09 22:15
professionalAbhishek Sur26-Nov-09 22:15 

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.