| Thread | Last Post | Replies |
|
| Re. ASP.NET and MySQL | 12 Feb 2008 19:11 GMT | 1 |
DOes any one now how to connect a MySQL database to a .NET project. When I create or open a database from within the IDE I oly get option to use Microsofts databases and Oracle. MySQL is installed and is working, The service for MySQL is also running.
|
| Using the the Request object from a custom class | 12 Feb 2008 18:45 GMT | 2 |
I am trying to create a custom class (.vb) to handle reading cookies from an intranet site. I know it's pretty straight forward to do from the .aspx page just using Request.cookies, but am having some difficluty
|
| javascript to either enable or disable the dropdown | 12 Feb 2008 17:53 GMT | 2 |
I need a javascript to either enable or disable the dropdowns when the user clicks on the checkbox and do NOT post back to the server. I tried the following, but it does not work. How to correct it? AssignToQueueCheckBox.Attributes["oncheckedchanged"] =
|
| How to handle a click in a DataGrid without EnableViewState=false? | 12 Feb 2008 17:52 GMT | 2 |
I want to present hirarchical data in a gridview. Each row offers a link to another data subset. When viewstate is off, I have to early rebuild the gridview just to raise the damn click event (right?). Using viewstate (no matter where)
|
| Ajax UpdatePanel and Virtual Earth | 12 Feb 2008 17:51 GMT | 3 |
We need to generate the javascript for adding the pushpins based on params entered during the update panel update. Ie they will enter city and we want to write back to the page the javascript for adding the pushpins and then to fire this function using the EndRequest event.
|
| Virtual Earth in Iframe | 12 Feb 2008 16:46 GMT | 2 |
We have placed the Virtual Earth in a IFrame but the pushpin pop ups are being cut off and hidden behind the main parents page. How can we tell it to display the pop ups over the top of the iframe border and parent page content?
|
| Request Object | 12 Feb 2008 16:46 GMT | 4 |
i m facing a strange situation with request object for asp.net.As per our project i have to transfer this request from Page1.aspx to Page2.aspx if contyp = "text/xml".If i remove(ie. comment) the line xmlInDoc.Load(Request.InputStream) from PAGE1.ASPX then there is no error in
|
| Upload File | 12 Feb 2008 16:20 GMT | 2 |
We have an old web application written in java and we want to convert this application to .net. this app stores straight html content forms in our database. These forms then get loaded based on each customer id in the request.
|
| Timers in global.asax | 12 Feb 2008 16:14 GMT | 3 |
I am using VS2003 and developing web services. We also need a timed activity to be performed on the server. If i drag a timer and place it on global.asax, add interval and timer handler. it doesnot work. Is there anyone with the answer. How could i achieve this functionality.
|
| Rename and Move File | 12 Feb 2008 16:02 GMT | 1 |
How can I rename a file and move it from folder A to folder B at runtime? Thanks, Miguel
|
| sending more parameter from imagebutton .... | 12 Feb 2008 15:59 GMT | 1 |
i am using CommandArgument of imagebutton in a Repeater for adding a item to shopping basket, like that; ************************** <asp:Repeater ID="Repeater1" runat="server"
|
| getting height of a block of text | 12 Feb 2008 14:40 GMT | 2 |
I am converting an MS Access app that I wrote sevearl years ago for a client over to ASP. There's a feature in the app that I am not sure how to do in ASP and need some input on. They need to know the height in inches of a block of text formatted a
|
| File Upload | 12 Feb 2008 14:10 GMT | 3 |
I need to upload a file. Can I only do this with the File Upload control? I also need the following: - Send upload info, upload percentage, continuously to a JavaScript
|
| CR: Using XML Items | 12 Feb 2008 14:01 GMT | 2 |
I am developing web aplication in C#. I need to connect to some web service. I need to enter value for some fields, but these fields are not included in this object. My wsdl is this: <xsd:complexType name="NameRQ">
|
| File Upload. Root Path. | 12 Feb 2008 13:48 GMT | 2 |
I am uploading a file as follows: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click If FileUpload1.HasFile Then
|