| Thread | Last Post | Replies |
|
| Working With Video In ASP.NET? | 08 Dec 2006 16:32 GMT | 3 |
i thought there would be volumes on this topinc on the internet, but i am having a tough time finding what i am looking for. i am trying to learn how to move a video from a cam corder or some device to the PC and then upload it to my web site, storing it on the
|
| Web App support with Vista? | 08 Dec 2006 16:27 GMT | 6 |
Has any one been able to successfully install Web Application support for VS.NET 2005 on Vista: http://www.microsoft.com/downloads/details.aspx?familyid=8B05EE00-9554-4733-8725 -3CA89DD9BFCA&displaylang=en The upate installs but the ASP.NET web application project never shows
|
| Close a Form on Server Side! | 08 Dec 2006 16:04 GMT | 1 |
Hi All! We all know how to close a form on a client side (self.close) etc... but does someone know how to close a form on server side (C#) I am opening a pop up window (loading an aspx form) window.open(myform.aspx....)
|
| Regarding Treeview in asp 2.0 | 08 Dec 2006 15:57 GMT | 2 |
I need to place treeview control in Grid control. I need to place it in a grid because I need to show calendar against every node. Is placing a treeview in grid possible? If I need to create my own control that would include capabilities of both treeview and Grid what would I have
|
| ASP.Net 2.0 : how to set the selectedrow | 08 Dec 2006 15:10 GMT | 2 |
I'm building an ASP.Net 2.0 web application that uses the gridview control (read only). This gridview is filled by a DataTable which is the result of the select method of an object binding source (which is a WebService but I don't think
|
| Cookies Expiring due to different time zones. | 08 Dec 2006 13:27 GMT | 5 |
I am using ASP.Net 2.0. When user logins, I check the credential and then made the cookie. My hoster's server is in Arizona region and I am in Pakistan. I set cookie's expiration time as 4 hours. It works perfectly fine on my PC and many other PCs which have correct time.
|
| Getting error when trying to use SQLdatasource in ASP.NET 2.0 | 08 Dec 2006 12:48 GMT | 1 |
Dear Group Member, I am sorry if I have posted this query in wrong group, but since this is connected with ASPO.NET2.0, thought of posting here. I am doing a very simple program where I am inserting Grid control, SQL
|
| GridView bound DataTable - how to get updates working? | 08 Dec 2006 12:39 GMT | 4 |
I have a GridView control bound to a plain DataTable object. AutoGenerateEditButton is set to true, Edit button gets displayed, and RowEditing event fires as expected. What do I need to change so that GridView control displays textboxes while
|
| Button | 08 Dec 2006 12:30 GMT | 1 |
I want to create an Asp.Net button with the click event so that I can run a function. However, I want the button to be only some text like "click here". Asp:Hyperlink doesn't seem to have a click event.
|
| how to upload file to remote sql db ? | 08 Dec 2006 12:10 GMT | 1 |
I need some advice if possible.I have windows form app that needs to copy a file to a remote sql database. At the moment im exposing 1433 and connecting with a restricted user. I have read about SQLXML web services and this seem to me to be a better
|
| SqlDataReader showing Empty columns until after error. | 08 Dec 2006 12:09 GMT | 13 |
I'm stumped here. I run the procedure Batch_Select against the database with @ID=18 and I get the expected data. When it loads into a SqlDataReader, it gets messed up somehow. Initially, after the reader.Read(), it has a row with 13 data columns,
|
| VS2003 Unable to start debugging on the server problem | 08 Dec 2006 12:05 GMT | 2 |
I had a VS2003 ASP.NET application working fine and running ok. I also have VS2005 installed and recently installed the LINQ CTP and BLINQ. In the process of getting this to work when I reopen my VS2003 app I get the error trying run the project
|
| Server.Transfer Error | 08 Dec 2006 11:49 GMT | 6 |
A Basic Question in ASP.NEt 1.1 In Page_Load Event I am doing a Server.Transfer. But it throws an error on the browser windows showing "Server Application Not Found"
|
| Session | 08 Dec 2006 11:26 GMT | 6 |
On the LogOut Page i have done Session.Abandon(); And on every Page, In the Page_Load Event i check if the session exists and only then display data. Now the problem is after i logout from application and click the back
|
| loop through dataset | 08 Dec 2006 10:47 GMT | 4 |
How can i loop through my dataset if if colum 1 is there more then once group them together example: dataset looks like this
|