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

ASP.NET

 
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..
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 

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.