| Thread | Last Post | Replies |
|
| db execute permission denied.. | 28 Sep 2006 10:24 GMT | 2 |
I've just switched over an app from one iis server to another.. the sql server db remains in the same place. Windows authentication was, and is being used.. with the IIS server running under the same account (same domain etc.) - I've probably got some of that wrong but the gist
|
| using HttpWebRequest to view reports | 28 Sep 2006 09:54 GMT | 1 |
I am using HttpWebRequest to view my reports (see code below). However, I need to be able to pass parameters to the report in the code, and if possible show graphs as well. Does anybody know how to do this? protected void Page_Load(object sender, EventArgs e)
|
| access invisible column inside gridview | 28 Sep 2006 09:31 GMT | 2 |
how to access invisible column inside gridview
|
| Width of the GridControl | 28 Sep 2006 09:29 GMT | 4 |
I Set the width of the table/TR/TD and the grid Control to 100% but at run time the DataGrid takes only 60% of the screen while it wraps some of the text within the control Anything to change that?
|
| Using in "Eval" in databound controls | 28 Sep 2006 09:27 GMT | 1 |
Is it really not recommended to us Eval in databound controls as follows: <td><asp:TextBox id="BookTitle" Runat="Server" Text='<%# Eval("BookTitle") %>'
|
| ASP.NET 2.0: To use or not to use code behind? | 28 Sep 2006 07:19 GMT | 5 |
I'm just beginning to learn ASP.NET 2.0. I wonder what's the reason for using or not using the code behind file? Thanks for replying...
|
| Visual Web Developer Express edition | 28 Sep 2006 06:15 GMT | 4 |
Has anyone here used Visual Web Developer for creating commercial asp.net applications? I'm curious if there's actually any difference between Visual Studio and Visual Web Developer in terms of the type of web applications you can
|
| ASP.net Web application admin... security | 28 Sep 2006 05:01 GMT | 2 |
The web site web application tool which allows you to manage users etc, has to strong a security requirement for me. Is there a way i can change the setting on this.. having 7 characters with one none alpa char is to strong...
|
| ListBox Behavior with Atlas UpdatePanel | 28 Sep 2006 03:55 GMT | 1 |
I have a listbox along with an image control working in an Atlas UpdatePanel. It works ok and is not causing a postback but the Listbox has this nasty habit of moving the selected row to the top of the box. So, it's not as smooth as I would like it.
|
| reading data from dataset | 28 Sep 2006 03:12 GMT | 1 |
I wanna take data from dataset which takes datas from Sql, to textbox.how can I read data from dataset.
|
| web parts and a database | 28 Sep 2006 02:44 GMT | 5 |
I'm trying to add a web part to my page and when I run my page with the web part I get this error: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that
|
| best web drawing software | 28 Sep 2006 00:06 GMT | 10 |
I need to find drawing software for my websites. I'm guessing that Adobe Photoshop is an overkill. What's best for creating bitmaps usable for websites? Thanks,
|
| fail run asp.net in window 2003( vfpoledb.dll) | 27 Sep 2006 23:43 GMT | 6 |
I can show the login.aspx page in my window2003 IIS6 . However, after I click the "ok" buttonm it said The 'VfpOleDB.1' provider is not registered on the local machine. (1)I can run the application in my XP professional,
|
| ASP.NET Reset Radio Button in a group of Radio Buttons | 27 Sep 2006 23:38 GMT | 1 |
I am using Visual Studio .NET 2003 (I also have VS .NET 2005 installed) I have a group of four radio buttons, and button, to set the first radio button as checked. When I run the app, and say select the third radio button, then click the button, the method associated with the ...
|
| How to cancel OutputCache by a user action ? | 27 Sep 2006 23:33 GMT | 3 |
I have some controls with these: <%@ OutputCache Duration="500" Shared="true" VaryByParam="None" %> However, I need that under certain user action, specifically, changing a value on a dropdownlist with auto-postback, the cache for the control
|