Click here to Skip to main content
15,890,371 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Printing Issue Pin
Rupesh Kumar Swami7-Jul-08 2:47
Rupesh Kumar Swami7-Jul-08 2:47 
GeneralRe: Printing Issue Pin
rohitpg7-Jul-08 2:55
rohitpg7-Jul-08 2:55 
GeneralRe: Printing Issue Pin
Rupesh Kumar Swami7-Jul-08 3:14
Rupesh Kumar Swami7-Jul-08 3:14 
GeneralRe: Printing Issue Pin
rohitpg7-Jul-08 3:30
rohitpg7-Jul-08 3:30 
GeneralRe: Printing Issue Pin
rohitpg7-Jul-08 4:02
rohitpg7-Jul-08 4:02 
GeneralRe: Printing Issue Pin
Duncan Edwards Jones7-Jul-08 4:52
professionalDuncan Edwards Jones7-Jul-08 4:52 
QuestionSelecting a value from downdownlist Pin
Mamphekgo Bahula7-Jul-08 1:18
Mamphekgo Bahula7-Jul-08 1:18 
AnswerRe: Selecting a value from downdownlist Pin
Guffa7-Jul-08 2:04
Guffa7-Jul-08 2:04 
It sounds like you are rebinding the dropdown list on postback. That would remove everything in it that came from the postback, including the selection, and the first item gets selected by default.

Use the IsPostback property to determine if the page is loading for the first time or not, and only bind the dropdownlist on the first load.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionCrystal report Error: Report has no tables Pin
Sipder6-Jul-08 23:52
Sipder6-Jul-08 23:52 
AnswerRe: Crystal report Error: Report has no tables Pin
Rupesh Kumar Swami7-Jul-08 0:29
Rupesh Kumar Swami7-Jul-08 0:29 
QuestionRestart WIn Service Pin
nitin_ion6-Jul-08 23:33
nitin_ion6-Jul-08 23:33 
AnswerRe: Restart WIn Service Pin
jzonthemtn7-Jul-08 3:50
jzonthemtn7-Jul-08 3:50 
Questionneed to display xml(output) by using query string in vb.net Pin
subbu.sk6-Jul-08 22:19
subbu.sk6-Jul-08 22:19 
AnswerRe: need to display xml(output) by using query string in vb.net Pin
Rupesh Kumar Swami6-Jul-08 23:07
Rupesh Kumar Swami6-Jul-08 23:07 
QuestionHow to get data from an excel database in an VB application? Pin
kevinlin_56-Jul-08 20:24
kevinlin_56-Jul-08 20:24 
AnswerRe: How to get data from an excel database in an VB application? Pin
Rupesh Kumar Swami6-Jul-08 20:40
Rupesh Kumar Swami6-Jul-08 20:40 
GeneralRe: How to get data from an excel database in an VB application? Pin
kevinlin_56-Jul-08 21:50
kevinlin_56-Jul-08 21:50 
AnswerRe: How to get data from an excel database in an VB application? [modified] Pin
~Khatri Mitesh~6-Jul-08 20:49
~Khatri Mitesh~6-Jul-08 20:49 
GeneralRe: How to get data from an excel database in an VB application? Pin
kevinlin_56-Jul-08 21:49
kevinlin_56-Jul-08 21:49 
QuestionPicture on the MdiContainer Form Pin
en.Mahdi6-Jul-08 19:59
en.Mahdi6-Jul-08 19:59 
AnswerRe: Picture on the MdiContainer Form Pin
Smithers-Jones6-Jul-08 20:01
Smithers-Jones6-Jul-08 20:01 
QuestionHow Can i list my network system IP Address Pin
rajesh_ncc6-Jul-08 19:41
rajesh_ncc6-Jul-08 19:41 
AnswerRe: How Can i list my network system IP Address [modified] Pin
~Khatri Mitesh~6-Jul-08 21:30
~Khatri Mitesh~6-Jul-08 21:30 
AnswerRe: How Can i list my network system IP Address Pin
jzonthemtn7-Jul-08 3:56
jzonthemtn7-Jul-08 3:56 
GeneralRe: How Can i list my network system IP Address Pin
~Khatri Mitesh~7-Jul-08 5:00
~Khatri Mitesh~7-Jul-08 5:00 

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.