| Thread | Last Post | Replies |
|
| AjaxToolKit | 30 Apr 2008 15:11 GMT | 1 |
I have downloaded ajax and this part of the code works fine in my new sample website <ajaxToolkit:ToolkitScriptManager ID="ScriptManager1" runat="server" /> <asp:TextBox ID="txtTelerik" runat="server"></asp:TextBox>
|
| Problem with Objectdatasource and project less solution. | 30 Apr 2008 15:02 GMT | 1 |
I have a project less solution asp.net 2.0 with c#. I have a method in page code behind which returns a datatable, that method I want to assign in the objectdatasource select method, but when ever I am passing the typename in objectdatasource with the class name its
|
| How does the FILE object in ASP.NET page locate the files saved in Mac machine ? | 30 Apr 2008 14:27 GMT | 2 |
I have a web page in ASP.NET which has a FILE object and a browse button. Users can click the browse button to locate the files they want to upload into the web server. Some users save the files in Mac machine and run the web page. How can they select these files to upload into ...
|
| Checking server status via ASP.net | 30 Apr 2008 14:19 GMT | 7 |
I swear I've read you can do this somewhere before, but don't recall where or what it'd even be called to do the correct googling. What I've been asked to do is make a 'dashboard' app that checks the status of various servers. If they are down, show an error.
|
| Question about membership/security | 30 Apr 2008 14:17 GMT | 1 |
I am creating an ASP.NET 2.0 website. Rather than using all the membership functions I wanted to just create my own SQL Server db and use SESSION vars to track if the user is logged in etc... Is doing it in this way just as secure? I know that the "membership" stuff
|
| how to find controls in repeater | 30 Apr 2008 14:16 GMT | 3 |
i want to find disable/readonly the controls( hyperlink and a button in 2 different cols.). either in javascript or in codebehind. thx
|
| inserting date created with new record | 30 Apr 2008 13:49 GMT | 2 |
I'm trying to set the date created when I add a new record: (using a FormView) This works: <asp:SqlDataSource ID="SqlDataSource1" runat="server"
|
| Stop AutoPostBack | 30 Apr 2008 13:00 GMT | 6 |
ASP.NET 2.0 Visual Studio 2008 I have the following code and when the textbox displays and I press Enter while in the text box I get AutoPostBack, how do I stop AutoPostBack?
|
| Casio Blue Waveceptor - Metal Band - Atomic Timekeeping - Cheapest Watch | 30 Apr 2008 11:02 GMT | - |
Casio Blue Waveceptor - Metal Band - Atomic Timekeeping - Cheapest Watch Casio Blue Waveceptor - Metal Band - Atomic Timekeeping Link : http://www.watchesprice.net/Casio-Blue-Waveceptor-Metal-Band-Atomic-Timekeeping- 4563.html
|
| How to hide div in AccordionPane? | 30 Apr 2008 10:10 GMT | 2 |
In the content section of an AccordionPane I have a div (runat=server) containing a link button. I want to hide the div from code-behind (VB) but I can't figure out the correct syntax. Can someone please help me?
|
| HtmlEncode bound data | 30 Apr 2008 09:15 GMT | 1 |
I have a gridview where I am hand binding the data. In my view, I have a label. It has the text as text='<%# Bind("MyField") %>' I have incoming data that may contain < and >. I need to HTML Encode this,
|
| Is it possible to call server side function from client side code in asp.net? | 30 Apr 2008 07:08 GMT | 5 |
I heard that we could do that by using AJAX. Could anybody share how to do it? Thanks.
|
| New Movado Esperanza Men's Black Dial Dress Watch 605096 - Cheapest Watch | 30 Apr 2008 06:55 GMT | - |
New Movado Esperanza Men's Black Dial Dress Watch 605096 - Cheapest Watch New Movado Esperanza Men's Black Dial Dress Watch 605096 Link : http://www.watchesprice.net/New-Movado-Esperanza-Mens-Black-Dial-Dress-Watch-605 096-10447.html
|
| How to delete multiple rows in a GridView? | 30 Apr 2008 06:19 GMT | 2 |
It seems that a gridview allows us to delete only a single row at a time. How to extend this functionality to select multiple rows and delete all of the selected rows in a single stroke? just like what hotmail web UI is doing now (having the option of selecting multiple rows ...
|
| GridView DataBinding to a DataTable and row deleting problems | 30 Apr 2008 05:42 GMT | - |
I have the following gridview. There are 2 other textBoxes and a button on the page as well. When somebody puts text into the 2 textBoxes and presses the add button, it puts the values of those textBoxes into the DataTable. The gridView shows what values have already been entered ...
|