Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 491 views
Hi there, I have a small problem with my edit functionality. I’ve set up simple CRUD functionality on a MySQL DB using the EntityFramework. Creating records works but the edit doesn’t seem to do anything. I intend to use the Entity FW for simple things and I’ve not got an EDM set up as my [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 463 views
hi… i have to hide name of my page in browser window … please help me out regards, ksp
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 465 views
Hi All, we are sending the bulk mail using asp.net web application. the mail server failed frequently in bulk mail sending.it will stopped after once in 1000 to 2000 mails. sometimes it will send without any error. error message : The transport failed to connect to the server System.Web.HttpException: The transport failed to connect [...]
Tags:ASP.NET Questions, Dot Net Questions, Latest Questions, Latest Topics | 438 views
hi, i got this <asp:TextBox ID=<%=ORDR.getDocStatus %> runat=”server”></asp:TextBox> in my aspx where ORDR is the object. Is it possible if i do like tat ? and how to do it ? Thanks