| Thread | Last Post | Replies |
|
| Using Invoke | 19 May 2008 21:38 GMT | 4 |
While loading a page (http://www.edmonton.ca/portal/server.pt?space=CommunityPage&control=SetCommunity &CommunityID=239) into a webbrowser control I use invokemember on the 'onclick' event from 'cmdBusStopScheduleSubmit' element - see below.
|
| Change the text on an aspx button | 19 May 2008 21:27 GMT | 6 |
I have the following button: <asp:LinkButton id="Btn" runat="server" text="Click"> </asp:LinkButton> I have added an action listener in the javascript
|
| dataview w/ fixed header need it to scroll horizontally | 19 May 2008 20:56 GMT | 1 |
I know this sounds strange, but I have set up a dataview with a fixed header, so the header does not scroll up with the rows of data. However, I need the header to scroll horizontally (not vertically) when the dataview does. Is it possible to do?
|
| DataRecordInternal | 19 May 2008 20:54 GMT | 1 |
I have a problem in my repeater's OnItemCreated method. I'm trying to get the data row for the repeater like this: Dim datar As DataRow = CType(e.Item.DataItem, DataRow) but the compiler complains "Unable to cast object of type
|
| New to ASP.NET, IE can't find page | 19 May 2008 20:14 GMT | 6 |
I've been programming windows app for a while, but never ASP.NET. In VS2008, I've setup a very simple project containing a single page with a textbox, label and button. When I start the program without debugging, IE is launched and says, 'Internet Explorer cannot display
|
| AJAX vs. ViewState? | 19 May 2008 19:36 GMT | 1 |
Hello all... Quick Q... I have a page which on load, retrieves some data from the db, and then stores it in the viewstate. It is a small snippet of XML. I have some controls on the page which post back via AJAX; in their
|
| GridView + JS? | 19 May 2008 19:26 GMT | 2 |
Hi, I've a GridView wich shows Qtt Price Total (Qtt*Price) The price is a combo/DropDownList from 0 to 50 and Price is a Decimal
|
| problem with url on http post | 19 May 2008 18:31 GMT | 4 |
I have the following code: Dim url As String = "http://xx01xx01:800/some.ashx" Dim myrequest As System.Net.WebRequest = Nothing Dim myresponse As System.Net.WebResponse = Nothing
|
| Total items | 19 May 2008 17:48 GMT | 4 |
Hi, I have a grid binded to a DataTable wich shows Prod Qtt Price Total (Price*Qtt) Is there any way the last line/last column be generated automatically with
|
| Server/ Framework scenario | 19 May 2008 17:16 GMT | 4 |
Wonder if anyone could help. I'm trying to work out if we need .NET 3.5 on both our main server (Active Directory / PDC) as well as our Intranet server (.NET3.5, sql, etc). Basically, we have the main server, and our Intranet (located on a different
|
| Trying to upload files programmaticly | 19 May 2008 16:09 GMT | 3 |
I'm trying to upload/download files programmaticly to a records management system. I have it working fine on my dev machine using vb.net code-behind pages but when I place it on the server when it goes to upload files it (datatable of file paths and data stored in a
|
| Using a user control within a master page | 19 May 2008 15:45 GMT | 3 |
When you set the value of a user control in a master page, do you have to reference it differently? Also, do they have to be given different names in the templates? For example, this is what I have....
|
| VB6 DLL problem | 19 May 2008 15:11 GMT | 2 |
We have a VB6 dll that we need to use in our asp.net 2.0 app. We build it as multiple user. But at runtime, it does not seem to allow more then two pages using the dll at the same time.
|
| single user problem of VB dll in asp.net | 19 May 2008 14:57 GMT | 2 |
We have a VB6 dll that we need to use in our asp.net 2.0 app. We build it as multiple user. But at runtime, it does not seem to allow more then two pages using the dll at the same time.
|
| DataItem on grd_RowDataBound | 19 May 2008 14:32 GMT | 2 |
Hi, how do I retrieve the e.Row.DataItem.ItemArray[] on the code? Because I need to retrieve the value of one field wich comes from the source wich is binded to grid... I found it debugging when the mouse is over the e.row.DataItem!
|