| Thread | Last Post | Replies |
|
| dropdownlist onchange squiggly | 11 Oct 2007 20:08 GMT | 4 |
hey all, <asp:DropDownList id="DropDownList1" runat="server" onchange="Test();"> can someone please tell me why the onchange has a squiggly and if there is a better way to access the client-side change event for the drop-down list?
|
| using OnLoad to search a database | 11 Oct 2007 19:26 GMT | 4 |
I want to use an OnLoad command to trigger a search of a database to see if the user's login is there. I then want to set a variable which indicates if the user was found. Do I use a SelectCommand in the SqlDataSource and reference
|
| My page is not triggering the RaisePostBackEvent() method | 11 Oct 2007 19:14 GMT | 2 |
In my *.aspx.vb file, I override the RaisePostBackEvent() method so that I can run code during any postback. I know that a postback is occurring because IsPostBack() returns True, but none of the code in the following is executed:
|
| PDF in asp.net | 11 Oct 2007 19:07 GMT | 10 |
how would i go about generating PDF on the fly with asp.net? i found some itextsharp examples that can create PDF file, but i would like to write a cutome handler than generates PDFs on the fly. This is what i have some far
|
| Login control fails in published site - .net 3.5 | 11 Oct 2007 18:52 GMT | 2 |
I'm having problems with the login control when I publish my site. Everything works fine when I run the application from Visual Studio and when I browse directly to the site where it is being developed. The problem comes when I publish the site to another location on the same ...
|
| Asp:DropDown - get selected item | 11 Oct 2007 18:50 GMT | 4 |
I have an .aspx with some controls that are created dynamically. The items are populated into the box by setting the DataSource-property to a list. In addition I specify the text and value with DataTextField and DataValueField; this works as expected.
|
| File Path not relative to dll? | 11 Oct 2007 16:50 GMT | 4 |
Everytime I run a particular project, my System.CurrentDirectory points to "C:\\Program Files\\Microsoft Visual Studio 8\\Common7\\IDE" but my Solution/Project is under c:\projects\.... As a result when my .dlls try to find an XML file to parse using xmlTextReader, they are unable ...
|
| Static Class Factory - Alice is seeing Bob's data | 11 Oct 2007 16:44 GMT | 6 |
Morning, I've got an ASP.NET 2.0 Web Application. Behind it, I've a statically-scoped facade/class factory as the business layer, running atomic functions back and forth from my by DAL.
|
| UpdateBatchSize and Objectdatasource | 11 Oct 2007 16:44 GMT | 1 |
I was looking into ObjectDatasource and i could do a sort of batchupdate by using a gridview i looped through the controls and updated multiple values. But when i look at the updates in sql it did it multiple times so for example if i have 10 rows to update it called the update ...
|
| Directory Browsing for one directory only | 11 Oct 2007 16:22 GMT | 2 |
I have a Web Site, where I turned directory browsing off. I want only one sub folder to be browsable: e.g. MyApp/Files/... How do I do that? Any setting in the web.config? Thanks
|
| GridView AutoGenerateColumns not working | 11 Oct 2007 16:05 GMT | 2 |
I would like to hear if any one else is having the same problem. The AutoGenerateColumns property is set to true. I can read the data right and can loop through the datasource's columnscollection and get the row count, but for some reasons the gridview does not get autopoulated
|
| Load MFC DLL from C# web service... | 11 Oct 2007 16:00 GMT | 1 |
I'm having problems loading my MFC exported function from my C# Web service. I'm using the DllImport to load the dll and declare the function like the following: [DllImport("MyDLL.dll")]
|
| get text of pdf through syncfusion component | 11 Oct 2007 14:29 GMT | 4 |
i want to take text from pdf document through syncfusion pdf component if any one know then please help me
|
| RTF Documents and Session | 11 Oct 2007 14:21 GMT | 1 |
I need to send RTF documents to the client so i save them on the server then using ASP.NET and Javascript set the window.location to the url of the document. This somehow seems to kill my session. I dont know why.
|
| Cookies | 11 Oct 2007 13:31 GMT | 3 |
I have a Solution, in which i dont set the value of the cookies at any point. but when the application runs, a cookie is automatically created and critical information(username and password) is stored in it. I have tried searching the whole application for the words "cookie", ...
|