| Thread | Last Post | Replies |
|
| DropDownListControl ASP.NET 2.o | 04 Feb 2008 06:50 GMT | 1 |
I'm using VS2005 in VB.Net for ASP.Net 2.0 I know I've seen this before where you can have a dropdown list where you can type what ever you want in the DropDown or you can click on the down arrow to select from the list. How do you make it so you can type your own
|
| Dynamic Like clause in LINQ How? | 04 Feb 2008 06:24 GMT | 1 |
I'm trying to build a LINQ expression that will use a dynamic construction of a LIKE statement in the WHERE clause, it would look something like this in SQL: WHERE TaskGroup Like "*00*" OR TaskGroup Like "*20*"
|
| ContentPlaceHolder Control Names | 04 Feb 2008 04:06 GMT | 3 |
I'm noticing that what using a MasterPage with a ContentPlaceHolder that the content page's controls don't render with the exact same name/id as I'm giving them at design time. This is causing problems with client-side scripts that I wish to write.
|
| aspnetdb.mdf | 04 Feb 2008 04:04 GMT | 2 |
I'm a newbie when it comes to SQL Server and am trying to understand why there is an aspnetdb.mdf created as a system database in SQL Server 2005 Express edition, but also another one of the same name when I use membership & roles in an ASP .NET Web Site or WAP.
|
| Browser Detecting | 04 Feb 2008 01:06 GMT | 5 |
I have following code in asp.net page. These are two two different ascx pages which I want to run if the browser is IE or Not. Here I want to handle the flow of control in bettween HTML coding by put asp.net delimiter
|
| Reading a list of files from a virtual folder | 04 Feb 2008 00:52 GMT | 1 |
I have a vdir folder setup on our website that points to a netowkr share. How can I get a list of the files in this folder as the directoryinfo class needs an actual location not a url path? Thanks
|
| unknown server tag: asp:ScriptMagager, myprefix:MyControl | 03 Feb 2008 22:06 GMT | 1 |
It used to work well, and all of a sudden, I got these error: unknown server tag: asp:ScriptMagager, unknown server tag: myprefix:MyControl. However, the page shows properly in design mode for the MyControl, it also work well in running mode. But due to the error, VS stopped ...
|
| problem in user authentication | 03 Feb 2008 17:09 GMT | 1 |
i have VS generated ASPNETDB.MDF file in my website. I want to modify that database by adding some more tables to it. So, in order to connect to the database i want a connection string to that database.
|
| adding password for accessing ASPNET.MDF | 03 Feb 2008 15:19 GMT | 1 |
can i add a username and password to access ASPNET.MDF for the purpose of security.. if we can add username and password for it.. how to use the Login controls to access that database..
|
| Free content management systems for ASP.NET? | 03 Feb 2008 14:25 GMT | 8 |
Anyone able to recommend a free CMS for ASP.NET 2.0? I am interested in being able to build a site with articles, pictures, videos, etc. I have looked around and seen a few, but I have no idea of their relative merits. The ones that seem to stick out are Umbraco, DotNetNuke
|
| Disable submit button once it is clicked. | 03 Feb 2008 13:13 GMT | 7 |
How to disable button once it is clicked on the page? The codes in click event of submit button is time-costing(about 4-5 secs), in this period, user maybe do a re-submit, that is not expected. Thanks
|
| How to invoke XMLSiteMapProvider in login page (logged_in method)? | 03 Feb 2008 12:35 GMT | 5 |
I use additional custom attributes in sitemapnodes of my web.sitemap, besides - it contains startUrl to navigate to when leaving login page, depending on role. <siteMapNode startUrl="Clients/clientlist.aspx" title="Clients"
|
| Architecture question | 03 Feb 2008 11:32 GMT | 2 |
I need to design 120 webpages for 32 countries, makes 3840 ASP pages. The purpose of the page is to fill in a form, like an order entry screen, each in their own language or regional settings, like currencies, VAT codes and many others.
|
| how to put a particular value on top of dropdownlist connected to a sql table? | 03 Feb 2008 11:30 GMT | 4 |
i have a dropdownlist connected to a sqldatasource like this: <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource1" DataTextField="Name" DataValueField="Name"> </asp:DropDownList>
|
| What's the easiest way to create a grid with rowspan/colspan? | 03 Feb 2008 04:18 GMT | 2 |
I have a stored procedure that give some data that are sorted by Col1, Col2, Col3, Col4. I have a picture which tells you how I want the data to be presented in a web form. Click below to see the picture.
|