Click here to Skip to main content
15,918,243 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Navaneeth. web services Pin
Piyush Vardhan Singh6-Jul-07 0:09
Piyush Vardhan Singh6-Jul-07 0:09 
GeneralRe: Navaneeth. web services Pin
Sathesh Sakthivel6-Jul-07 0:10
Sathesh Sakthivel6-Jul-07 0:10 
AnswerRe: Navaneeth. web services Pin
Sylvester george6-Jul-07 0:10
Sylvester george6-Jul-07 0:10 
GeneralRe: Navaneeth. web services Pin
Sathesh Sakthivel6-Jul-07 0:17
Sathesh Sakthivel6-Jul-07 0:17 
GeneralRe: Navaneeth. web services Pin
Piyush Vardhan Singh6-Jul-07 0:36
Piyush Vardhan Singh6-Jul-07 0:36 
GeneralRe: Navaneeth. web services Pin
Sathesh Sakthivel6-Jul-07 0:47
Sathesh Sakthivel6-Jul-07 0:47 
GeneralRe: Navaneeth. web services Pin
Piyush Vardhan Singh6-Jul-07 0:51
Piyush Vardhan Singh6-Jul-07 0:51 
Questionelse if statement in for loop?????????? Pin
Member 38798815-Jul-07 23:33
Member 38798815-Jul-07 23:33 
Hi i posted this msg already...,
Our members also said some answers...,
But still i didn t get proper answer...,
So,I am post one more time...,
Plz give me some solution for this probs...,

I am trying to display my grid cell value in grid textbox...,
So i used this following code...,
For Each fillgrdregtextbox As DataGridItem In dgrdmain1.Items
Dim AppRgHrs As TextBox = CType(fillgrdregtextbox.FindControl("txtAppRgHrs"), TextBox)
Dim AppOtHrs As TextBox = CType(fillgrdregtextbox.FindControl("txtAppOtHrs"), TextBox)
If fillgrdregtextbox.Cells(25).Text <> "" Then
AppRgHrs.Text = Val(fillgrdregtextbox.Cells(25).Text)
AppOtHrs.Text = Val(fillgrdregtextbox.Cells(26).Text)
ElseIf fillgrdregtextbox.Cells(27).Text <> "" Then
AppRgHrs.Text = Val(fillgrdregtextbox.Cells(27).Text)
AppOtHrs.Text = Val(fillgrdregtextbox.Cells(28).Text)Else
AppRgHrs.Text = 0
AppOtHrs.Text = 0
End If
Next


In this that first if condition is working...,
But that elseif is not working...,(Mentioned in bold)
Instead of that i am getting 0 on there...,
how to solve it...,
Plz tell me...,
Advance thanks...,


Regards,
Magi

AnswerRe: Datagrid row color..., Pin
Piyush Vardhan Singh6-Jul-07 0:48
Piyush Vardhan Singh6-Jul-07 0:48 
GeneralRe: Datagrid row color..., Pin
Member 38798816-Jul-07 0:56
Member 38798816-Jul-07 0:56 
Questionclear querystring value Pin
marky7775-Jul-07 23:16
marky7775-Jul-07 23:16 
QuestionCryatal reports [modified] Pin
Sonia Gupta5-Jul-07 22:42
Sonia Gupta5-Jul-07 22:42 
AnswerRe: Cryatal reports Pin
Sylvester george6-Jul-07 0:12
Sylvester george6-Jul-07 0:12 
GeneralRe: Cryatal reports Pin
Sonia Gupta6-Jul-07 0:26
Sonia Gupta6-Jul-07 0:26 
GeneralRe: Cryatal reports Pin
Sylvester george6-Jul-07 0:47
Sylvester george6-Jul-07 0:47 
QuestionHelp in datagrid Pin
Prakash_Mishra5-Jul-07 22:33
Prakash_Mishra5-Jul-07 22:33 
AnswerRe: Help in datagrid Pin
Sonia Gupta5-Jul-07 22:39
Sonia Gupta5-Jul-07 22:39 
GeneralRe: Help in datagrid Pin
Prakash_Mishra5-Jul-07 23:33
Prakash_Mishra5-Jul-07 23:33 
AnswerRe: Help in datagrid Pin
N a v a n e e t h5-Jul-07 22:42
N a v a n e e t h5-Jul-07 22:42 
QuestionWeb Services Pin
Sonia Gupta5-Jul-07 22:21
Sonia Gupta5-Jul-07 22:21 
AnswerRe: Web Services Pin
N a v a n e e t h5-Jul-07 22:39
N a v a n e e t h5-Jul-07 22:39 
GeneralRe: Web Services Pin
Sonia Gupta5-Jul-07 22:45
Sonia Gupta5-Jul-07 22:45 
AnswerRe: Web Services Pin
Piyush Vardhan Singh5-Jul-07 22:44
Piyush Vardhan Singh5-Jul-07 22:44 
AnswerRe: Web Services Pin
Piyush Vardhan Singh5-Jul-07 23:38
Piyush Vardhan Singh5-Jul-07 23:38 
AnswerRe: Web Services Pin
Sathesh Sakthivel5-Jul-07 23:44
Sathesh Sakthivel5-Jul-07 23:44 

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.