| Thread | Last Post | Replies |
|
| Database Design: Is this Even Practical? | 17 Apr 2008 19:08 GMT | 7 |
I've been given a spec that seems unwieldy to me. As I'm pretty new to DB design, I would appreciated any input this spec. The site has three types of users: ADMIN, RESELLERS, and CLIENTS. The database will be storing ITEMS and COLLECTIONS (COLLECTIONS are lists of the
|
| Membership.ValidateUser always false | 17 Apr 2008 19:07 GMT | - |
I would like to check of a username and password is correct... Dim returnValue As Boolean returnValue = Membership.ValidateUser(Me.Username.Text.ToString, Me.Password1.Text.ToString)
|
| Difficulty publishing ASP.NET site | 17 Apr 2008 18:29 GMT | 2 |
I've developed a site using Visual Studio 2005, ASP.NET, C#, and a MySQL database. I've gotten it debugged under the visual studio environment, and moved it over to the server on my Domain Controller (Window 2000 Server, IIS 5.0) and checked it out outside the
|
| Disable validater controle by code | 17 Apr 2008 18:25 GMT | 4 |
Does anyone know how to disable a partical validor by code (vb.net) ? Thanx John
|
| How to create a timer to do scheduled jobs in web application? | 17 Apr 2008 18:05 GMT | 3 |
I have a web appliacation, what i want to do is starting a timer when "Application_Start" event handler is called. The timer is running asyncronizely, let's say, every 24 hours, it will create a new thread to run a certain process, after the process is done, the thread will
|
| Lomov legal mp3 music downloads | 17 Apr 2008 17:27 GMT | - |
L O M O V F R E E M P 3 S O N G D O W N L O A D *Holzwege 2005* 'Lomov - Dolmen' (http://mp3tube.info/lomov/Lomov-Dolmen.html?218571) (11:04 15.19Mb 192kbps)
|
| Set Focus after Postback (vb.net newbie) | 17 Apr 2008 17:25 GMT | 8 |
I have several text boxes and drop-down lists in an AJAX Update Panel. All user inputs have the Postback property set to True. After I type something in the first input entry and press the "Tab" key how can I set the focus to the next box after the postback? Please help!
|
| CSharp @ | 17 Apr 2008 16:49 GMT | 4 |
I know this isn't a C# group, but its just a quick one. As a seasoned C++ developer I'm learning C# as I go along. What's the @ symbol for before a string? eg:
|
| Master Page. Why does this happens? | 17 Apr 2008 16:48 GMT | 1 |
I created a Master Page in ASP.NET 3.5 and VS 2008. Why is a ContentPlaceHolder inserted on the document head? <head runat="server"> <title></title>
|
| Div Woes | 17 Apr 2008 16:13 GMT | 3 |
OK guys I know this isnt a javascrip forum, but I am building a .net application on the web so, it kinda lets me ask the question at least :) I have the following constructs ************* divOUTER **********
|
| asp.net uses the wrong compiler | 17 Apr 2008 15:39 GMT | 1 |
i am writing a web project running under IIS on VS 2008. on a standard exe if i write a line that uses one of the new language features of VB.NET 2008, the IDE uses the .net 3.5 compiler to compile the code (although i am targeting .net 2) and all is working well. however, on
|
| Is it safe to reset table.column.Readonly attribute for updates? | 17 Apr 2008 15:04 GMT | - |
I have a table adapter whose main query returns columns from multiple tables. The query calls a stored procedure which uses JOINs (or correlated subqueries - I get the same results in both cases). I have another stored proc that is used for updates and takes arguments ...
|
| TableAdapter, INNER JOINs, stored procs, and problems with Update | 17 Apr 2008 14:43 GMT | 5 |
I have a stored procedure that uses JOINs to return columns from multiple tables. I also have another stored proc that that takes a series of params and updates multiple tables. I used the framework to auto-generate a table adapter specifying both stored procs as Get/Fill and ...
|
| QueryBuilder and Filter | 17 Apr 2008 14:08 GMT | - |
I've created a new Dataset (xsd file) to connect to my ms access database. When adding a parameterized query I used a @ID to define the input. This raises an error .... Does anyone know how to define the filter in the query builder ?
|
| Is having multiple gridviews and formviews on a single page a good practice? | 17 Apr 2008 14:07 GMT | 1 |
I think I need a gridview, formview, another gridview, and another formview on a single page. There is a parent-child relationship between the first gridview and the formview and then between second gridview and the second formview. There is also a parent-child relationship ...
|