| Thread | Last Post | Replies |
|
| MD5 encryption | 18 Sep 2006 09:55 GMT | 1 |
I have this logon page in my website project and i want to covert my password encrypted using MD5, but the problem is this, I totally have no knowledge about this thing. Can u give me a sample code or the whole code that i can just paste or
|
| Accessing dataset datatable table row problem | 18 Sep 2006 05:16 GMT | 2 |
I developed and tested a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1. It uses a web form. I used the XML Designer to create an XML .XSD Schema to produce a Dataset. In looking for a way to start adding data to the dataset ...
|
| Signing my .NET Custom Control | 18 Sep 2006 05:13 GMT | 3 |
I'm currently trying to embed .NET Custom Control into my ASP .NET. The control call FindWindow and BringWindowToTop function of Win32 API that is wrapped under another DLL file. I read documentation and it says that I need to sign my control using
|
| changing css class on linkbutton | 18 Sep 2006 04:58 GMT | 3 |
I have been trying to change the css class of a linkbutton without succes ( I dont want to change the cssclass property). Maybe somebody knowshow to do this?? th.John <%@ Page Language="VB" %>
|
| System.Net.Mail.SmtpClient | 18 Sep 2006 03:27 GMT | 4 |
We are using the Asp.Net SMTP Client to send email via our Exchange 2003 SP2 Server. When trying to send email to a local recipient I am getting the following error:- Server: 172.19.2.21. Message: Mailbox unavailable. The server response was:
|
| xhtml meta tags | 18 Sep 2006 02:02 GMT | 4 |
I am trying to set meta data in an asp.net 2.0 application. I tried this: <meta name="keywords" content="" id="metaKeywords" runat="server" /> with this in the codebehind:
|
| Control of a map where the user can click and drag to select an area... | 18 Sep 2006 01:11 GMT | 5 |
I'd need to find (or develop) a control of a map (worldwide if possible) where a user can click and drag to select an area by distance from the click point or using a square area (user's choice)... This control would return the postal/zip codes of the selected rectangle or the ...
|
| Opinions on LearnVisualStudio.net | 17 Sep 2006 22:27 GMT | 4 |
Anyone have any opinions on the videos at www.learnvisualstudio.net ? Thanks ... L
|
| Impersonation? | 17 Sep 2006 21:28 GMT | 1 |
The .NET2 documentation defines impersonation as thus: ---------- When using Impersonation, ASP.NET applications can execute with the Windows identity (user account) of the user making the request.
|
| Leaf Node in SiteMapPath | 17 Sep 2006 21:17 GMT | 3 |
Hi Gang, I have a SiteMapPath, bound to a Site Map, that traces a hierarchy down to an 'Article' leaf node. But the Article page shows one of many individual articles depending on which article the user chooses in the Articles page.
|
| Using SqlDataSource with MySQL | 17 Sep 2006 21:08 GMT | 5 |
Hi, I am trying to tie a SQLDataSource control to MySQL without success. The connection string works ok with an ObjectDataSource. (Native asp.net 2.0 MySQL dll loaded in /bin) For some reason, the compiler believes an SQL db is being accessed ("An
|
| asp.net configuration question | 17 Sep 2006 20:47 GMT | 6 |
I have VSTO 2005 and am not able to get ASP.NET Configuration under the Website menu to work. It just shows a not found page and comes back to where I executed it from. My question is can I download the Visual Web Developer Express 2005 at the
|
| Assembly load problem - System.Web | 17 Sep 2006 20:43 GMT | 2 |
asp.net 2.0 My asp.net 2.0 project has got a assembly load problem: Some of my web.config settings: <membership defaultProvider="AH_MembershipProvider"
|
| Passing Data to Page | 17 Sep 2006 20:00 GMT | 2 |
I'm new to ASP.NET and am trying to create some of my first Web pages. I'd like the user to enter about a dozen fields, and then have another page create a table based on the information entered. What is the best way to forward the data from the first page to the second?
|
| 1 to many in GridView | 17 Sep 2006 19:47 GMT | 2 |
I don't know if this is possible, but I have two tables in a one-to-many relationship. I want one record to be displayed in a GridView from table1 with a blue background, followed by all the related records in table 2 in a white background, followed by the next
|