| Thread | Last Post | Replies |
|
| Verions of ASP.NET | 14 Feb 2006 03:29 GMT | 5 |
What is the difference between the following versions of the .NET Framework? 1.1.4322.2032 1.1.4322.2300 We are running into a problem with our ASP.NET application using the later
|
| Writing image data to web page without additional ASPX file | 14 Feb 2006 02:09 GMT | 6 |
About 4 months ago I came across this one web page that talked about streaming raw image data (from a database, for example) directly to a web page without requiring a secondary ASPX page to output the data as an image.
|
| Can I use a dropDownList iwithin a Panel? | 14 Feb 2006 02:04 GMT | 1 |
I have some text boxes and 2 drop down lists (DDL) within a panel like so: Everything updates fine but the values from the DDLs are always the items selected by default. In other words, the items selected from the DDL do not show up....only the default selected items do. Any ...
|
| Internet Explorer Developer Toolbar | 14 Feb 2006 00:55 GMT | 1 |
http://www.microsoft.com/downloads/details.aspx?familyid=E59C3964-672D-4511-BB3E -2D5E1DB91038&displaylang=en Useful tool. Thanks to MS Regards, Trevor Benedict R
|
| Hyperlink Mouseover not working | 14 Feb 2006 00:30 GMT | 1 |
Any idea why this code would not fire? btnMakePmt.Attributes.Add("onMouseOver", "this.src='img\\MakePmt_nav2_over.jpg'") btnMakePmt.Attributes.Add("onMouseOut",
|
| asp.net control to run in web page like just COM | 13 Feb 2006 23:40 GMT | 3 |
I need to run a ASP.NET (C#) native compiled binary on a web page. COM runs using a OBJECT tag, I need to know how can a .net control run in the same manner. If possible, what are the browser constraints if any. Regards,
|
| Not your usual bonehead ASP.NET permissions issue... | 13 Feb 2006 23:39 GMT | 2 |
My web page needs to start a process on the server that runs as a domain user so it can access the network. I'm using web services and the new feature in .NET 2.0 that lets you start a process as a different user. The following web service works fine until I uncomment
|
| try/catch | 13 Feb 2006 23:37 GMT | 4 |
Normally, I surround my Dataset/fill or DBreader execut with a try/Catch. Something like: ****************************************************** Dim dbReader As SqlDataReader
|
| How to pull dataset from SqlDataSource ASP 2.0 | 13 Feb 2006 22:18 GMT | 1 |
I am needing a way to extract a dataset from a sqldatsource. I am doing this to create a Generic Printing page. I will pass the dataset and an arraylist of grid_view propeties to this Generic Page to populate a generic grid_view. I have tried several approaches but to
|
| Question about Image Column in gridview Fw2.0 | 13 Feb 2006 22:01 GMT | 3 |
I'm fairly new to this so bear with me! I have created a gridview in an aspx page which successfully talks to a SQL backend via a datasource. One of the colums contains a reference to an image which I display as a column in the grid. This works.
|
| How to influence who the User is | 13 Feb 2006 21:59 GMT | 1 |
I have an ASP.NET application that was ported from a server where IIS, the database (SQL Server 2000) and web application were on the same server. The new server is a Windows 2003 (Webserver edition) and the database server is a Windows 2003 (SMB edition) (also SQL Server 2000). ...
|
| Prevent treeview control from reinitialising on master page for page redirects | 13 Feb 2006 21:58 GMT | 2 |
I'm wondering if someone can help me with an issue. I have a master page that has a treeview control on it (inside an ascx file). Also on the master page I have a content placeholder which contains the
|
| Blocking files via. web.config | 13 Feb 2006 21:55 GMT | 2 |
I am installing apps on an asp.net 1.1 machine to which I have no access to the IIS configuration. I need to lock out the viewing of files types in a directory. As per info on the net, I added the following in the web.config. However, when I directly address the
|
| trouble with masterpages and link href | 13 Feb 2006 21:48 GMT | 1 |
I have a very strange problem. Simply creating a Masterpage with nothing in it but the Content Area and then making a page that uses this masterpage and has a DataView Control, binds to a DataSet works ok. But as soon as I add:
|
| reloading a user control from within another user contorl | 13 Feb 2006 21:41 GMT | 2 |
A very simple question, which I hope has a simple answer: On page.aspx I have two user controls: part1.ascx and part2.ascx How can I trigger the reloading of part2.ascx from within part1.ascx? In other words I would like part1.ascx to contain something like:
|