| Thread | Last Post | Replies |
|
| Printing web user control only | 29 Jan 2007 21:49 GMT | 1 |
I have a web user control on a page which has some data fields, few tables etc. I would like to put a button on the web user control which would allow me to print only that.
|
| Using GLOBAL.ASAX with Classic ASP? | 29 Jan 2007 21:46 GMT | 8 |
Can I get the events in GLOBAL.ASAX to fire if a classic ASP page is being accessed by the user?
|
| Precompile leaves a blank folder | 29 Jan 2007 21:15 GMT | 2 |
Ok, I have tried to look everywhere to see if anyone has had the same problem. Its driving me crazy. I am trying to precompile my web application and i get no error messages but am left with a blank folder where all the compiled code should be. plus I see the files being created ...
|
| MVC and business layer? | 29 Jan 2007 20:58 GMT | 1 |
I read in one place saying the code behind/particial class of the page is the controller of MVC. And the BLL layer and DAL layer are the Model of MVC. However, in the commercial starter kit video, the speaker mentioned the BusinessLogic is the controller.
|
| newbie question on forms auth with custom data | 29 Jan 2007 20:25 GMT | 4 |
I have a simple app that uses "simple" forms auth and works quite nicely. Now all I want to add is the ability to store a handful of custom data in the auth ticket and am very confused about how to do so. I tried sticking it in a session variable (I come from old asp) but of
|
| Master Pages: Why is all of my content centered? | 29 Jan 2007 19:25 GMT | 7 |
I just recently converted a few pages of my application to using master pages. Problem is, in all of my content pages, the contents are centered. I can't figure out why. The markup in the content page seems to ignore any attempts to manually align right. So what's the
|
| 2 windows, 2 sessions possible? | 29 Jan 2007 18:27 GMT | 3 |
This is probably not asp.net specific but I'll ask anyway: Is it possible to have one session started in one browser window, then have a link from that window open up another window in a new session, and still have the original window maintain its original session?
|
| Forms authentication - different domain for login | 29 Jan 2007 18:02 GMT | 2 |
I have an ASP.NET application for which I'd like the "login" page to be secure. The problem I have is that while my hosting company gives me a "secure" option, secure pages appear under a different domain. For example; my application is hosted here:
|
| shopping cart problem | 29 Jan 2007 17:39 GMT | 5 |
i just finished creating an asp.net application named booksApp. during the testing phase uploaded live ( ex: www.bookies.com) , i tried to purchase something and add it to my shopping cart. then, i tried opening the application on a different client computer. I just
|
| validation expression | 29 Jan 2007 17:32 GMT | 2 |
this validationexpression fails for "mm/dd/yyyy" what is correct pattern ? ValidationExpression="(^\d{1,2}/|-\d{1,2}/|-\d{4}$ )"
|
| Learning asp.net : Moving from php to dotnet | 29 Jan 2007 17:24 GMT | 7 |
I need to learn asp.net in a quick and smart way. I am pretty good with PHP but I am an absolute newbie with .net. I am even not very familiar with Visual Basic and other windows programming environment. How easy or hard do you think for me to learn .net? How should I
|
| GridView Blank with AllowPaging="True" | 29 Jan 2007 17:05 GMT | 4 |
Okay, I spent about 3 hours getting the GridView control to do what I needed. Basically, I set the control's AutoGenerateColumns to False and then defined a single template column (which I will customize with my own content). This
|
| createuserwizard question | 29 Jan 2007 16:57 GMT | 1 |
I want to use a custom placed button in createuserwizard, how can I hide the one that gets created automatically ?
|
| Dll in both Bin and Debug folder | 29 Jan 2007 16:56 GMT | 3 |
When you do a build in VS 2003 you get a DLL in both the obj\debug(or release) folders as well as the bin folder. If you are going to use the DLL in some other probject or point another project to this DLL, would you use or point at the DLL in the Bin folder?
|
| CSV export to new Window? | 29 Jan 2007 16:48 GMT | 1 |
I have some code that exports a gridview to csv, some of the code is below.. What I am trying to do is make the csv file open in a new IE window as I need to refresh the current window are the file is created. I cant seem to that while using the Response.End etc. Any ideas how to ...
|