Click here to Skip to main content
15,921,203 members
Home / Discussions / Web Development
   

Web Development

 
QuestionPHP string truncation Pin
tibiz2-Nov-06 4:26
tibiz2-Nov-06 4:26 
AnswerRe: PHP string truncation Pin
Ted Ferenc2-Nov-06 6:17
Ted Ferenc2-Nov-06 6:17 
GeneralRe: PHP string truncation Pin
tibiz2-Nov-06 8:54
tibiz2-Nov-06 8:54 
Questionread js file Pin
militiaware2-Nov-06 0:37
militiaware2-Nov-06 0:37 
AnswerRe: read js file Pin
howardjr24-Nov-06 15:42
howardjr24-Nov-06 15:42 
GeneralRe: read js file Pin
militiaware25-Nov-06 20:11
militiaware25-Nov-06 20:11 
Questionmicrosoft vbscript runtime error: activex component can't create object:'getobject'. Pin
anbumanikandan1-Nov-06 16:49
anbumanikandan1-Nov-06 16:49 
Questionrendering the value in radiobuttonlist control Pin
uglyeyes1-Nov-06 13:29
uglyeyes1-Nov-06 13:29 
Hi!

I am having a strange error.

I have two same application with two same database running in two different server.
The code to render radiobuttonlist in both application was


rdoPSWPriority.SelectedValue = DSInfo.Tables(0).Rows(0)(23).ToString

DSInfo is a datatable

where there is no value present in this record one of my server works fine while another server gives me error like

NumberSystem.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. at System.Web.UI.WebControls.ListControl.set_SelectedValue(String value) at Inspections.inspection.Page_Load(Object sender, EventArgs e) in ....
and stops to run the code

I just couldnt figure out what might be causing this problem I can do sumthing like


If DSInfo.Tables(0).Rows(0)(23).ToString <> Nothing Then
rdoPSWPriority.SelectedValue = DSInfo.Tables(0).Rows(0)(23).ToString
End If

but there are like hundreds of radio button so i am just being lazy

please help
AnswerRe: rendering the value in radiobuttonlist control Pin
Akhilesh Yadav1-Nov-06 18:34
Akhilesh Yadav1-Nov-06 18:34 
GeneralRe: rendering the value in radiobuttonlist control Pin
uglyeyes2-Nov-06 11:28
uglyeyes2-Nov-06 11:28 
GeneralRe: rendering the value in radiobuttonlist control Pin
Akhilesh Yadav3-Nov-06 19:09
Akhilesh Yadav3-Nov-06 19:09 
QuestionJavascript Navigation Pin
nategd1-Nov-06 8:34
nategd1-Nov-06 8:34 
AnswerRe: Javascript Navigation Pin
User 17164921-Nov-06 13:00
professionalUser 17164921-Nov-06 13:00 
GeneralJavascript in User Controls Pin
Brady Kelly1-Nov-06 2:57
Brady Kelly1-Nov-06 2:57 
GeneralRe: Javascript in User Controls Pin
Akhilesh Yadav1-Nov-06 18:43
Akhilesh Yadav1-Nov-06 18:43 
Questionweb applications.integration with FedEx,DHL,UPSC Pin
Thakur Vikas31-Oct-06 19:36
Thakur Vikas31-Oct-06 19:36 
AnswerRe: web applications.integration with FedEx,DHL,UPSC Pin
Bradml3-Nov-06 0:11
Bradml3-Nov-06 0:11 
QuestionIE7 - Compatibility Issue - Information for all developers Pin
Aby Thomas Varghese31-Oct-06 6:02
Aby Thomas Varghese31-Oct-06 6:02 
AnswerRe: IE7 - Compatibility Issue - Information for all developers Pin
Aby Thomas Varghese31-Oct-06 6:05
Aby Thomas Varghese31-Oct-06 6:05 
GeneralRe: IE7 - Compatibility Issue - Information for all developers Pin
Aby Thomas Varghese31-Oct-06 6:07
Aby Thomas Varghese31-Oct-06 6:07 
Questionreport viewer accuping full page size Pin
shashank Neelagiri31-Oct-06 1:23
shashank Neelagiri31-Oct-06 1:23 
AnswerRe: report viewer accuping full page size Pin
Laxmikant Lad31-Oct-06 2:45
Laxmikant Lad31-Oct-06 2:45 
GeneralRe: report viewer accuping full page size Pin
shashank Neelagiri31-Oct-06 23:33
shashank Neelagiri31-Oct-06 23:33 
Questiondocument map width in reporting services Pin
shashank Neelagiri31-Oct-06 1:18
shashank Neelagiri31-Oct-06 1:18 
Questionreplace a div with another div Pin
g00fyman31-Oct-06 0:43
g00fyman31-Oct-06 0:43 

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.