| Thread | Last Post | Replies |
|
| Please someone me with this - Dll error | 28 Mar 2006 21:06 GMT | 1 |
I have a bit of a problem, I created a Dll called SecureQueryStringDll.dll and I had the dll put bin folder of my application first and it did not work so I then put it in the bin folder of c:\inetpub\wwwroot and it still does not work. Here is the error I get from it:
|
| Help on simple databinding ??? | 28 Mar 2006 21:00 GMT | 2 |
I have 2 tables from which I create a simple data relation: Table1 has a field name ID which is retrive from a database Table2 has fields ID and Name which is retrived from database I have build a datarelation from Table 1 to Table 2 on field ID, so far so
|
| Problems with drag and drop ASP.NET 2.0 applications? | 28 Mar 2006 20:50 GMT | 2 |
Dear ASP.NET programmers, I have noticed many asp.net 2.0 programmers mention that web applications created with the use of Visual Studio wizards and by draging and droping fom the toolbox are unstable/unmaintainable (or not
|
| Transform Word XML to HTML | 28 Mar 2006 20:03 GMT | 2 |
Hi, My users creates documents in MS Word 2003, thay save the docs as XML files, and I want to load this XML and transform it to HTML (I mean, I don't want Word to be opened in the browser, I want the document formatted be shown as HTML)
|
| How to make the short date format without time showing | 28 Mar 2006 19:51 GMT | 3 |
hi , all In ASP2.0 , the date object always showing like "3/27/2006 12:00:00 AM" How to remove "12:00:00 AM" and only make it shows "3/27/2006" ? Thanks very much
|
| Regex help | 28 Mar 2006 19:35 GMT | 6 |
I'm new at using Regex, and I'm using VB.NET. I can't seem to get this to work. I'm replacing matched items in a text file. The format is v (upper or lower) and then 4-5 integers. I'm trying (many variations of):
|
| Page.Invalid | 28 Mar 2006 19:28 GMT | 5 |
I know this issue has been raised many times in the past, but I couldn't find a solution from reading many posts from a google search, so I am posting it again. I placed a RegularExpressionvalidator on a webform to test a textbox for a
|
| Newbie to C# | 28 Mar 2006 19:25 GMT | 4 |
I just started a new asp.net job and all the current source is C#. I'm experenced with vb.net and have been able to convert C# code when needed. The problem I'm having is that it looks like the previous developer kept all the source code on the production web server and made ...
|
| Trying to get a simple webpage with SQL 2005 Express to work on my hosted site | 28 Mar 2006 19:18 GMT | 8 |
I'm trying to get a simple dataview test page working on my hosted site. The hosted site runs ASP.Net 2.0, no problem. The test page works on my development machine, no problem... but when I upload the published site I get... System.Data.SqlClient.SqlException: An error has ...
|
| ConnectionStrings in ASP.NET 2.0? | 28 Mar 2006 19:02 GMT | 8 |
The connection strings now have a ConnectionStrings section in the web.config. However, the main flaw of this method is that if you put the password in the connection string that it can be read by any text editor that
|
| Stupid Validator Question | 28 Mar 2006 18:57 GMT | 4 |
I want the little "*" error message that displays next to a text box of my validation to display when the page loads NOT on the button click so that the user knows what fields are required BEFORE the try to save the form.....Im sure this is obvious but I could not find the answer ...
|
| add link to existing Gridview 2.0 default pagertemplate | 28 Mar 2006 18:49 GMT | 3 |
When I try and edit the PagerTemplate it erases the default paging controls. Is there a way to add a link control to this region while still keeping the default paging controls? Thanks.
|
| Session State not maintained asp.net 2.0 | 28 Mar 2006 18:42 GMT | 2 |
I must be doing something fundamentally wrong here. This is what I have in web.config: <sessionState cookieName="SOMENAME" mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data
|
| Can you evaluate a databinding expression? | 28 Mar 2006 18:41 GMT | 3 |
See part of the code shown below. I would like to know, without hooking to an event called ContentRepeater_ItemDataBound, is it possible to evaluate this databinding expression
|
| "Dynamic" form -- how to? | 28 Mar 2006 18:39 GMT | 3 |
Here's what I'm trying to accomplish: I get a number from another page that indicates the number of members. The page I want to build -- actually it's not a page, but a UserControl -- needs to display a form with several types of input fields for each
|