In the template of a gridview, I want to get the record value by <%#Eval("id")%> function . However, the vs 2005 could not compiled. Why?
rushing
Posts
-
Why the Eval() function could not work in GridView? -
How to get the item content in a datalist?Here is a datalist in the page, which has one columen checkbox and some databind grids. After users click the checkbox in browser, the program should get the content of the grids. I use the Datalist.Items[index] property, but get a string with multi grids and with html format. How to get the text only of each item? Thanks!
-
Why I could not visit the forum?I could not see some forum content. Why?
-
How to get the row index of the Datagridview when mouse drag over it?When mouse over the datagridview , I could get the X,Y value . How to get the row index ? Thanks a lot.
-
How to show flexgrid control on toolbox?I have added refrence of microsoft flexgrid. However , the toolbox could not show the control. Help me. Thanks a lot!
-
Why listview could not show good image?I add some picture to imagelist, the imagewidth and imageheight property has been set. Then show them in a listview by icon view mode. However, the picture is not clear. How to do? Thanks! VB 6.0
-
Why the email could not be sent?Thanks for the hint. I have given some error details.
-
Why the email could not be sent?Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Net.Sockets.SocketException: The software in your host gave up a established connection.
-
Why the email could not be sent?public static void SendMail(string receiver,string subject,string content) { MailAddress from = new MailAddress("aa@aa.cn", "aa", System.Text.Encoding.UTF8); MailAddress to = new MailAddress(receiver); MailMessage mm = new MailMessage(from, to); mm.Subject = subject; mm.SubjectEncoding = System.Text.Encoding.UTF8; mm.Body = content; mm.BodyEncoding = System.Text.Encoding.UTF8; SmtpClient client = new SmtpClient("smtp.xxx.xx"); client.Credentials = new NetworkCredential("aa", "xxxx"); client.Send(mm); }
-
What do you need from China?Very good. Only if you want to buy, I will try to send all the products to US. Please give me the order and pre-payment. Let me think, some of these shoes,girls,great walls,and democracys,... :)
-
What do you need from China?Now I prepare to sell something from China. Which kind of product is your favourate? Tell me , maybe you will get it soon in good price. Good day!
-
How to add new account in MS Access?I want to share my access (.mdb) database to others, but they could not change the content. I create a new account and give the search authority. However, I do not know how to open the access as the new account. How to do? Thanks a lot!
-
Fly to Los AngelesI feel the warmheart and humour firstly. Thanks!
-
Fly to Los AngelesI will go to Unite State today! Glad to see all of you!
-
Why the webservice do not return ?The return value includes "<" and ">" which is a xml string.
-
Why the webservice do not return ?[webservice] public string test() { return "b"; }
-
How to get the language of the Windows 2000?There is a website which supports several languages. I want to get the language of Windows OS. Then the hyperlink could turn to different pages. How to do this? Thanks!
-
Why the webservice do not return ?Yeah. The << and >> could not show in the page.
-
How to get the language type of the OS?There is a website which supports several languages. I want to get the language of Windows OS. Then the hyperlink could turn to different pages. How to do this? Thanks!
-
Why the webservice do not return ?Only return & l t ; or & g t ; . How to do? Thanks!