Click here to Skip to main content
15,896,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Filter Dynamically created datatables Pin
N a v a n e e t h23-May-08 20:31
N a v a n e e t h23-May-08 20:31 
GeneralRe: Filter Dynamically created datatables Pin
Imran Khan Pathan23-May-08 20:37
Imran Khan Pathan23-May-08 20:37 
GeneralRe: Filter Dynamically created datatables Pin
N a v a n e e t h23-May-08 20:54
N a v a n e e t h23-May-08 20:54 
GeneralRe: Filter Dynamically created datatables Pin
Imran Khan Pathan23-May-08 21:03
Imran Khan Pathan23-May-08 21:03 
Questionstring in c# Pin
trilokharry23-May-08 20:07
trilokharry23-May-08 20:07 
AnswerRe: string in c# Pin
Imran Khan Pathan23-May-08 20:22
Imran Khan Pathan23-May-08 20:22 
GeneralRe: string in c# Pin
trilokharry23-May-08 20:33
trilokharry23-May-08 20:33 
QuestionUnable to retrieve the value during debugging Pin
cbe_200823-May-08 19:41
cbe_200823-May-08 19:41 
Hi all,

Let me explain in detail what the problem actually is..
I have tried debugging the code starting from page_load, i can retrieve all the values under that event. I'm using a function called update_click which am calling that in listbar_click

Private Sub Update_Click()
Dim strSQL As String = ""
Dim ds As New DataSet
Dim intSlno As Integer
If Trim(txtCode.Value) = "" Then
lblStatus.Text = Item Code Empty"
Exit Sub
End If
end sub

In the above code i can access the value of all the variables but when i try to access the value of Trim(txtCode.Value)it says,

"Cannot evaluate expression because we are stopped in a place where garbage collection is impossible, since the code of the current method may be optimized."

I'm getting this problem only in this function... Can anyone please help me out..
AnswerRe: Unable to retrieve the value during debugging Pin
Rameshjpc23-May-08 23:53
Rameshjpc23-May-08 23:53 
GeneralRe: Unable to retrieve the value during debugging Pin
cbe_200824-May-08 0:59
cbe_200824-May-08 0:59 
QuestionASP.Net Ajax Client Side Framwork failed to load Pin
Vignesh Krishnan23-May-08 19:28
Vignesh Krishnan23-May-08 19:28 
QuestionHow to clear the Master Page Form Controls Pin
mmathan23-May-08 15:36
mmathan23-May-08 15:36 
QuestionASP.NET / C# / databases with GridView (Data binding) Pin
Jacob Dixon23-May-08 11:21
Jacob Dixon23-May-08 11:21 
AnswerRe: ASP.NET / C# / databases with GridView (Data binding) Pin
Christian Graus23-May-08 12:21
protectorChristian Graus23-May-08 12:21 
GeneralRe: ASP.NET / C# / databases with GridView (Data binding) Pin
Jacob Dixon23-May-08 12:49
Jacob Dixon23-May-08 12:49 
GeneralRe: ASP.NET / C# / databases with GridView (Data binding) Pin
Christian Graus23-May-08 12:58
protectorChristian Graus23-May-08 12:58 
QuestionUpdateProgress for all UpdatePanels except one Pin
Seishin#23-May-08 9:18
Seishin#23-May-08 9:18 
QuestionHow do I get my trigger to happen before Page_Load? Pin
Richard Jones23-May-08 8:59
Richard Jones23-May-08 8:59 
AnswerRe: How do I get my trigger to happen before Page_Load? Pin
Richard Jones23-May-08 9:14
Richard Jones23-May-08 9:14 
AnswerRe: How do I get my trigger to happen before Page_Load? Pin
Christian Graus23-May-08 12:22
protectorChristian Graus23-May-08 12:22 
GeneralRe: How do I get my trigger to happen before Page_Load? Pin
Richard Jones26-May-08 1:36
Richard Jones26-May-08 1:36 
QuestionASP.NET FTP Server Pin
Dot Net rookie23-May-08 7:10
Dot Net rookie23-May-08 7:10 
AnswerRe: ASP.NET FTP Server Pin
led mike23-May-08 8:38
led mike23-May-08 8:38 
GeneralRe: ASP.NET FTP Server Pin
Dot Net rookie24-May-08 21:36
Dot Net rookie24-May-08 21:36 
Question404 Custom Error Messages Pin
imnotso#23-May-08 4:48
imnotso#23-May-08 4:48 

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.