I am getting compilation error (bold line): BC30456: 'DataItem' is not a member of 'System.Web.UI.Control'.
-- I am using ASP.NET 2.0 - w/AJAX 2.0 Extension.
-- I am binding the gridview with mysql data.
Gridview1.datasource = prod.GetData() -- returns datatable
Gridview1.databind
The problem...
Guys,
I am planning to run mysql community server 5.1 on a linux box.
Can you guys recommend me linux flavor that i should use?
Could you please share your experience?
TIA
Thanks,
Murali Bala
http://www.itmodule.com
i don't think you can submit multiple queries in one shot in mysql. you can do that using sql server though. I think that how mysql api works.
Thanks,
Murali Bala
http://www.itmodule.com
Guys,
Was not sure if i am posting it in the right forum. I tried to search for SMS texting forum but could not find one.
What i want to know is how do i send and recieve text messages? Like setting up SMS Server, SMS number that users can use to send messages, etc.
Pease point me in the...
Hello All,
I am having problem sharing information between two threads.
-- Thread 1 -- Reads value (calls ReadVal) from the Hashtable.
-- Thread 2 -- Adds value (calls Add) to the Hashtable.
What is happening is when i read the value, i get the exception :
Collection was modified...
Hi Christiaan,
Thanks a lot for your response. I will run mem profiler and check it out. I do not have much code in the loop. I am setting _Html variable with data from a function and passing it on to the writer.
Thanks,
MB
Hi Christiaan, but the code has the using{} block, which should automatically dispose the object (mark it free for gc to collect).. am i missing something.. thanks a lot to you guys for your responses..
Thanks,
MB
Hello All,
I have the following line of code that creates text file. The problem is after about 5000+ recursion, i get StackOverflowException. Could you guys suggest me an alternative way or problem with the code? TIA
try
{
using (TextWriter tw = new...
Hello All,
I am getting the following error:
Exception of type 'System.OutOfMemoryException' was thrown.
I have the following recursive procedure:
private void doloop()
{
//i get the error here
string mytext=GetPages();
//call to another proc to do some work
ProcessText(mytext)...
C# does not have VB.NET 'like' equivalent
For example in VB.NET, we can do this:
Dim mystr as string = "helloworld"
If mystr Like "*rld" Then
found = True
else
found =false
End If
What would be the best way to do it in C#?
Any help would be highly appreciated.
Thanks,
MB
Hello All,
I have written a class library that extends textbox control. I am using the new extended control to do security validation. What i want to do is to have a drop-down show up in the property window for one of the new field. For example:
--I have a property called Select Role...
in a class. Example:
Imports Microsoft.VisualBasic
Imports System.Data
Public Class User
Public Function CreateUserAccount(ByVal username As String, ByVal password As String, ByVal emailaddress As String)
'''
End Function
End Class
Thanks,
MB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.