| Thread | Last Post | Replies |
|
| Newbie question - User Controls and Events | 15 Jan 2007 20:54 GMT | 1 |
thanks for taking the time to review my request. i have a user control with a radiobuttonlist. i would like to click on one of the buttons and raise the event from the button and catch it with page (eventually pass the event results to another user control).
|
| grabbing UNC path from asp.net multipart form browse | 15 Jan 2007 20:47 GMT | 4 |
I have <identity impersonate = "true" /> & <authentication mode="Windows"/> in the web.config. This is a 2.0 site. My Goal: I want to simply have the user browse to a file on a mapped drive and get the UNC for that file and eventually save that unc path to the database
|
| Localhost:1081 - again | 15 Jan 2007 20:43 GMT | 3 |
(reposting this issue because I did not supply enough information on the orginal post) I'm using Visual Studio Professional 2005 on Server 2003 and I have a virtual directory established for the application in IIS6.0. My asp.net 2.0
|
| Need advice for storing mixed data. | 15 Jan 2007 20:37 GMT | 1 |
I am working on a website which will display images, sections of text, some links and maybe some contents within tables etc. The data will be got from various xml feeds. I might get one XML files which contains all the info I need to display, I am not quite sure how it's going to
|
| Have to click button twice... wth?! | 15 Jan 2007 20:29 GMT | 1 |
Okay... I've got a web app built in .NET 2.0 and for some reason I have to click a LinkButton twice in order for it to work. What's interesting is that the first URL reads as follows: javascript:__doPostBack('ctl00$ContentPlaceHolder1$lnkbCheckout','')
|
| Regular Expression for Phone Number | 15 Jan 2007 18:59 GMT | 2 |
I have a textbox (txtPhoneNumber) that either has to contain 10 numbers (no other characters) and cannot start with a 1. However... either this textbox must contain a valid numbr (10 digits and cant start with 1) or it can be totally blank. What is the best reg expression to ...
|
| Sorting Gridview | 15 Jan 2007 18:20 GMT | 1 |
So I have a gridview with a column that has a drop down in that column. What I want to do is resort the gridview which is originally sorted by that column to be resorted based on what is selected in the drop down. Anyone know a good tutorial I can follow that does this?
|
| PDF File Corrupt | 15 Jan 2007 17:42 GMT | 1 |
I'm running this code to open a stream as pdf file: Response.ContentType = "application/pdf"; try { mystream = someStream....;
|
| deploying website VS 2005 | 15 Jan 2007 17:36 GMT | 5 |
I have no idea how to deploy my website to another server (in virtual folder I cannot see dlls file). Is thate any simple and quick manner to deploy web site to another servers? Best Regards
|
| IE7 and VS 2003 - can't load WebApp on start, but can reload inside IDE | 15 Jan 2007 16:58 GMT | 5 |
All! Does anybody know how to fix the issue? Machine was working perfectly with WinXPPro and IE6 and all latest service packs, maybe just excluding WinWord from the Enterprise Office 2003, the service pack that I installed added a
|
| Help needed in transfering VC++ program to WWW | 15 Jan 2007 16:49 GMT | 2 |
i have a program written in VC++ using MFC.i want this program to be available on WWW.can any one suggest how can i make it. Is there any tools in visual studio so that i can easily make it available on WWW or i have to again write the complete program on .net
|
| FIleUpload and file name saving | 15 Jan 2007 16:23 GMT | 1 |
I would like to give my user the option to browse his files (like the simple fileUpload control do) and after selecting the file (and when the fileUpload control hold in his text box the full path and file name) I want to press another button and get the path+file name as a
|
| FormsAuthenticationTicket looses UserData | 15 Jan 2007 16:15 GMT | 4 |
Upon logon I create a ticket and put some userdata in it: FormsAuthenticationTicket ticket = new FormsAuthenticationTicket( 3, //Version tUsername.Text, //Username
|
| String | 15 Jan 2007 16:10 GMT | 1 |
I have the following code line: myString = myString.Replace("$Name$", Left(myText, InStr(myText, " ") - 1)) I am getting all the text before the first Space in myText and then
|
| Generic Development/Production Question | 15 Jan 2007 15:56 GMT | 8 |
Say I have a project that I have hosted locally. I have a separate machine which is our production environment. To do our deploys, we've been copying/pasting the folder from our local machines and overwriting the production folder(s) after backing them up. This works ok. Both ...
|