| Thread | Last Post | Replies |
|
| can I have brain dead security? | 24 Apr 2006 18:45 GMT | 2 |
Assume I want to make an asp.net application that, shows one item, when you click on it it directs you to paypal and asks for a few details, then returns.What do I need
|
| 2.0 Calendar Control - SelectedDate = NULL??? | 24 Apr 2006 18:41 GMT | 1 |
I have a calendar control inside an EditItemTemplate. All works great except when the date field in the db is Null. I get the 'cannot cast string to datetime type' error. I haven't figured out which event on the DetailsView control, if any,
|
| Site Search in ASP.NET | 24 Apr 2006 18:32 GMT | 3 |
How to implement website search in ASP.NET? We need to search our website (www.domain.com) for certain keywords and get the results. Our website includes static and dynamic content. Also there are some Documents (PDF Files) hosted on the website. The search should be able to
|
| Querystring tampering | 24 Apr 2006 18:31 GMT | 2 |
I am passing values from one form to another using querystring. It is easy for anyone to tamper these values. Now i don't want to show any values in the url .How can be this done?. I don't want any encryption. Please suggest a solution which can be
|
| DataSourceControl implementation and SlectParameters | 24 Apr 2006 17:54 GMT | 2 |
I am trying to implement a DataSourceControl and I need to simulate the same functionality as the SqlDataSourceControl : being able to set declaratively the select parameters to use when binding a DetailView to the Selected Row in a GridView, but I have difficulties with the ...
|
| ItemDataBound event does not fire for selected row. | 24 Apr 2006 17:04 GMT | 1 |
I'm using the ItemDataBound event of the DataGrid to highlight cells that are outside an acceptable range. Each row has a button column (CommandName='Select'), that is used to display addtional details below the grid.
|
| How to print a pdf document through java script | 24 Apr 2006 16:57 GMT | 1 |
I have a web page which needs to print a pdf file when the javascript is called. I have the java script as function printPDF(PrintString)
|
| Strange problem with Telerik R.A.D Designer control v1.6 | 24 Apr 2006 16:57 GMT | 1 |
When I run an ASP.Net project (that I'll be working on), the only thing I see is "The provided pages file is missing or is not valid!" in my default.aspx page. This page only has a Telerik R.A.D Designer control v1.6. I created a test website and added that control, and I also ...
|
| Enable/Disable HyperLinkField | 24 Apr 2006 16:57 GMT | 1 |
I am using <asp:HyperLinkField in gridview as below which is working fine. <asp:HyperLinkField HeaderText="Process" Target="_blank" DataTextFormatString="Process me"
|
| ProfileCommon Runtime error using web deployment proj generated ou | 24 Apr 2006 16:46 GMT | 5 |
I apologize in advance for the lengthy message but wanted to include as much information as possible. Any insight/assistance would be appreciated. The following line of code throws an error when I execute my application using the output generated from a web deployment project. ...
|
| how to create dnamic treeview in asp.net 2.0 bind with sql server 2005 table | 24 Apr 2006 16:39 GMT | 2 |
i want to create dynamic treeview in asp.net 2.0& bind with sqlserver2005 table. the depth can beanynumber, so that the end user can create any number of child nodes & bind with ss2k5 table
|
| Page.IsValid is false? | 24 Apr 2006 16:08 GMT | 1 |
Hi, I have a text box and DropDownList control and a validation control, When user entering a number in the text box, based on the entered number, the dropdrownlist value will change (document.getElementById('dnn_ctr-1_Register_ddReferral').value =
|
| Properly handling exceptions Part II (Passing it back) | 24 Apr 2006 15:52 GMT | 3 |
I asked this a while ago but got sidetracked and now have finally gotten back to it. Karl wrote a nice (and easy to read) article here: http://codebetter.com/blogs/karlseguin/archive/2006/04/05/142355.aspx
|
| server application unavailable | 24 Apr 2006 15:31 GMT | 4 |
I created an asp.net 2.0 website with VWD and made it an application in IIS. It was created on a ntfs disc (my documents...). The directory permissions are set on 'anonymous allowed' using IUSR_MYSERVER, which has read/list permissions to the apllication directory.
|
| Images in DataGrid | 24 Apr 2006 15:31 GMT | 2 |
I have a DataGrid which has two Template Columns both having Image Buttons in it One column has UP image and the other has DOWN image used to reorder rows in the grid.
|