Click here to Skip to main content
15,917,971 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem in opening the project ? Pin
Assaf8224-May-08 0:26
Assaf8224-May-08 0:26 
AnswerRe: Problem in opening the project ? Pin
gnjunge25-May-08 1:33
gnjunge25-May-08 1:33 
QuestionHow to resolve this errors on running the tabstrip sourcecode downloaded from same website? Pin
puneetneema23-May-08 23:52
puneetneema23-May-08 23:52 
AnswerRe: How to resolve this errors on running the tabstrip sourcecode downloaded from same website? Pin
N a v a n e e t h24-May-08 7:53
N a v a n e e t h24-May-08 7:53 
QuestionUsing custome web parts in share point 2007 [modified] Pin
Rameshjpc23-May-08 23:38
Rameshjpc23-May-08 23:38 
QuestionCaching an HttpFileCollection Pin
ShimnaMukundan23-May-08 23:19
ShimnaMukundan23-May-08 23:19 
Questionsearch in aspx pages of virtual directory [modified] Pin
Pankaj Garg23-May-08 22:40
Pankaj Garg23-May-08 22:40 
AnswerRe: search in aspx pages of virtual directory Pin
N a v a n e e t h24-May-08 7:59
N a v a n e e t h24-May-08 7:59 
QuestionFile is downloaded with the html content Pin
Yaniv___23-May-08 22:19
Yaniv___23-May-08 22:19 
AnswerRe: File is downloaded with the html content Pin
Yaniv___23-May-08 22:24
Yaniv___23-May-08 22:24 
Questionproblem with accessing asp.net webservice from remote pc Pin
Faysal23-May-08 22:06
Faysal23-May-08 22:06 
Questioncode not work in mozilla firefox Pin
Unknown Ajanabi23-May-08 20:56
Unknown Ajanabi23-May-08 20:56 
AnswerRe: code not work in mozilla firefox [modified] Pin
Imran Khan Pathan23-May-08 21:09
Imran Khan Pathan23-May-08 21:09 
GeneralRe: code not work in mozilla firefox Pin
Unknown Ajanabi23-May-08 21:11
Unknown Ajanabi23-May-08 21:11 
GeneralRe: code not work in mozilla firefox Pin
Imran Khan Pathan23-May-08 21:20
Imran Khan Pathan23-May-08 21:20 
GeneralRe: code not work in mozilla firefox Pin
Unknown Ajanabi23-May-08 21:33
Unknown Ajanabi23-May-08 21:33 
QuestionFilter Dynamically created datatables Pin
Imran Khan Pathan23-May-08 20:17
Imran Khan Pathan23-May-08 20:17 
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..

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.