| Thread | Last Post | Replies |
|
| Display size of IS (Exchange) and Mailboxes in ASP page. | 01 Dec 2006 15:43 GMT | 1 |
Is there an example of the ASP page that will display size of my IS of 10 Exchange servers and size of the mail boxes. Servers are all 2003 Exchange STD and based around the globe all in one domain. Kind regards,
|
| Help Needed: Can't Successfully Perform Server-side Redirection | 01 Dec 2006 15:27 GMT | 1 |
I really need some help, and I'd appreciate any that you folks can provide. The ASP.NET application in question uses version 1.1 of the .NET Framework. All of the pages use a common base class (derived from
|
| SqlDataSource - Insert to 2 tables problem. | 01 Dec 2006 15:17 GMT | 1 |
I'm working with ASP.Net on IIS 5.1 and MSSQL 2000 and have a rather frustrating problem. I'm trying to insert a record to a table, get the identity value, and insert two additional records to a second table. My insert command looks like this:
|
| Gridview Sorting (Click Twice) | 01 Dec 2006 15:16 GMT | 1 |
I am using SQLDataSource with a Gridview. I have sorting enabled on all (3) columns. When clicking on the column's sort hyperlink, nothing happens the first time. Clicking a second time will sort the grid in descending order. Sorting seems OK after that until I exit and come
|
| Activate TaskBar Browser From Application | 01 Dec 2006 14:32 GMT | 1 |
I am developing a solution in asp.net. Basically i am automatically assigning actions to various users of my system. The problem is that i need to prompt the users to return back to their internet explorer when a new action is assigned as they currently work in a 2 different
|
| find control | 01 Dec 2006 13:04 GMT | 2 |
Dim checkboxlist1 As CheckBoxList = FormView1.FindControl("insertitemtemplate.checkboxlist1") this doesnt' work. what's wrong
|
| Getting dataset? | 01 Dec 2006 12:49 GMT | 5 |
I have a componentOne grid along with an SqlDataSource on my aspx page, now I want to add a new row to my grid and tries to do this: Dim ds As DataSet = Page.Session("MyDataset") Dim dt As New DataTable
|
| count dynamic checkboxes | 01 Dec 2006 12:32 GMT | 3 |
I have a group of dynamically loaded check boxes. I need these clowns to check at least one. how can I do that?? thanks
|
| Help with javascript | 01 Dec 2006 12:01 GMT | 2 |
I'm fairly new to aspnet, actually I'm on my very first project. I've worked with vb.net, vb and vba through some years, but with aspnet I've been forced into something new: javascript. I'm all new to javascript and need some help with the script below. It
|
| Script tags in ASPX files | 01 Dec 2006 12:00 GMT | 1 |
Im trying to add a script tag(or whatever is is called) in my aspx file. Basically Im trying do to something like this: <asp:label id="label1" runat="server" Text="Hello!" Visible='<%# ShowLabel%>' />
|
| Help - I'm stupid | 01 Dec 2006 10:34 GMT | 2 |
Server Error in '/' Application errors... I can not figure out how to deploy an asp 2.0 website without getting an error. I can get the website to run great on my machine, and then once I uploade to the webserver...pooh....error city.
|
| Need Help on String.Format() method | 01 Dec 2006 10:02 GMT | 8 |
back again with another query. the problem is like this. i want to print a line like this: "---------------------------------------------"
|
| Code behind not in separate file | 01 Dec 2006 09:23 GMT | 2 |
I didn't choose "code in separate file" when creating a web page. So I have to use the fully qualified object names because I can't figure out where, or even if i can, put the Imports statement. Can anyone shed some light on this? What are the limitations when you have the ...
|
| hi help me loading a page with out the full page refresh | 01 Dec 2006 08:42 GMT | 2 |
Hi I am developing a ASP.NET web application. I am having links on my left pane. While clicking links the page should be loaded into right pane without full page refresh. To be correctly say, I want to develop application which should look like
|
| problem with rendering page using 'Response.Redirect' and 'Response.OutputStream' | 01 Dec 2006 07:20 GMT | 3 |
I want to include a graphic made in file2 into file. File must first send a value to file2 (with Response.Redirect) which will be used for the graphic. My problem is that only the graphic is rendered and not the content of file1.
|