| Thread | Last Post | Replies |
|
| FireFox jpeg, Internet Explorer pjpeg | 21 Jun 2007 16:22 GMT | 2 |
Howdy, I have a simple file uploader in a form, and I take the image and check for the file extension. Now I when upload a jpg image in FireFox the content type is image/jpeg. When I upload the SAME EXACT file from the same location
|
| Tooltip not work on dropdowns? | 21 Jun 2007 16:14 GMT | 1 |
Environment: VS2005, windows xp, IE 6.0 Why doesn't the tooltip work on drop downs? it works for textboxes and radio buttons, but not drop downs?
|
| getting database name | 21 Jun 2007 15:50 GMT | 2 |
hi everyone... i have a doubt.. is there any way i can get the database name.. my page is accessing.. i would like to display the database name, the current page is accessing. This has to be done without refering to the connection string which is usually used to
|
| Web project, bin folder, and Visual Source Safe questions. | 21 Jun 2007 15:41 GMT | 2 |
I'm using: Microsoft Visual Studio 2005 Version 8.0.50727.42 Issue 1:
|
| regularExpressionValidator and dateTime | 21 Jun 2007 15:09 GMT | 4 |
i would like to find a validationexpression for a regularexpresssionvalidator for DateTime from 1900 like thsi: dd/mm/yyyy (european). I couls find some at http://regexlib.com
|
| Exporting to PDF | 21 Jun 2007 14:42 GMT | 1 |
How can I to export some data extracted by a query in a PDF document? Do I must use a PDF component not-free? Thanks
|
| ASP.Net reverse proxy image problem | 21 Jun 2007 14:40 GMT | 1 |
I'm attempting to write a reverse proxy in ASP.Net which will catch requests to my server in ASP.Net, perform some actions, and then get the desired resource off another server to return to the original client (using HttpWebRequest and rewriting it's response to my ASP.Net
|
| Response.Write and Response.Redirect | 21 Jun 2007 14:19 GMT | 3 |
I'm doing these steps: -user do some fields filling and click a button -procedure is fired, it returns some data, I change it to csv file -I use Response.Write to send file to the user
|
| CSS Menus Question | 21 Jun 2007 14:12 GMT | 2 |
Forgive me for posting this here, but I could not find the proper newgroup to use and this is the closest I could find. I have some pure-CSS drop-down menus. Below them are some text input fields.
|
| Response.Redirect threading error? | 21 Jun 2007 13:27 GMT | 3 |
Hi, I am trying to go from one asp page to another with the code below: For Each tripToAccept As String In tripsToAccept.Split("/"c) dataManager.UpdateTripDetail("Accept", CInt(tripToAccept),
|
| Pb with skinID in templated columns having DataBinder.Eval | 21 Jun 2007 09:19 GMT | 14 |
I have a usercontrol loaded in a page with a theme. This usercontrol contains columns template with hyperlinks, with skinID. The columns are not displayed, seems thta there is some not traceable exception triggered and the all binding is stopped.
|
| calling Function | 21 Jun 2007 09:17 GMT | 1 |
I have the following query and I am calling UDF defined function. But when i runuit it gives me following error message Msg 229, Level 14, State 5, Line 1 EXECUTE permission denied on object 'TimeDifference', database
|
| Accessing a control in the EditItemTemplate | 21 Jun 2007 08:46 GMT | 1 |
I am trying to access a control in the EditItemTemplate of a DataList in a usercontrol of mine. In the ItemDataBound event I can simply use CType(e.Item.FindControl("ddlEditSection"), DropDownList) But the place that I am trying to access it from right now is not an event
|
| Grid View | 21 Jun 2007 08:27 GMT | 1 |
In my prject I used the stored procedure which I sent you ealier which calculates the date differnce also. .I attached that datasource to gridview. my gridview looks like this. Css Field received
|
| make a preview page.. | 21 Jun 2007 08:25 GMT | 1 |
a friend and i are makin a website where we create myspacelayouts for ppl to use..my question is how do we make a black page to where when u click on it u can preview tha pre-made layout..i hope that not confusing..plz help if u can..thnax..later.
|