| Thread | Last Post | Replies |
|
| Problem with decryption | 23 Jan 2006 18:29 GMT | 2 |
I am having trouble with decryption specifically i get the follwoing message - Specified cast is not valid. The offending line is encryptedData = CType(dr("Password"), Byte())
|
| Multiple Paste | 23 Jan 2006 18:25 GMT | 4 |
I have a form with three textboxes. In an external C# 2.0 application I need to load the clipboard with three pieces of information so I can position to the first textbox in the forma and select paste to paste into all three at the same time.
|
| datagrid - get the row's column value when clicking on a hyperlink cell | 23 Jan 2006 18:19 GMT | 2 |
I have an aspx page with a datagrid column which bound to a dataset at page_load. It contains 2 columns, Key and Hyperlink. What I want to do is when I click on the hyperlink it will set a session variable to the Key column like so:
|
| App.Config File | 23 Jan 2006 18:15 GMT | 1 |
I did mange to create custom app.config file for a windows based application. I am trying to use the same process to use the app.config file for a console based application but i get this error message: when i pass parameter
|
| Disapearing cursor on some Readonly textbox | 23 Jan 2006 18:12 GMT | 2 |
I have a form in which there are many <asp:textbox> tags. When I run the form, we use tab to navigate across the textboxes, but one of our client noticed that when we navigate to some readonly textboxes, the cursor (text cursor, not mouse cursor) disapears and when we tab to ...
|
| How to validate textarea? | 23 Jan 2006 18:12 GMT | 8 |
If I try to use a RequiredFieldValidator control to make sure a textarea isn't empty, I get an error similar to Unable to find control id 'comment' referenced by the 'ControlToValidate' property of 'rvfComment'.
|
| File Open and Save dialog poping up while opening PDF | 23 Jan 2006 17:57 GMT | 4 |
I am trying to display a PDF file (which I am being passed from a web service as a binary stream) in a browser, but I am being prompted to save the file instead. I don't want the user to be prompted; I just want the PDF to be displayed. Here is the code:
|
| ASP 2.0 breaks Validation giving WebForm_PostBackOptions is Undefined | 23 Jan 2006 17:19 GMT | 1 |
After I upgraded to .NET 2.0 I started getting the following Error: 'Webform_PostBackOptions' is undefined when calling javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("dlstDataList$ctl01$LinkButtonT3", "", true,
|
| error when loading the drop down list... | 23 Jan 2006 17:19 GMT | 1 |
pls let me know where i am going wrong. Dim categories As ArrayList Private Sub LoadCategoryDropDownList() Dim sCat As String
|
| First Name Search | 23 Jan 2006 17:10 GMT | 3 |
I'm working on an app where I need to do a search for like and similar first name matches. For example a search for John would bring back Jon, John, Jonathan, etc. Working with asp.net and sql server. Any help would be appreciated.
|
| what's the best way | 23 Jan 2006 17:05 GMT | 9 |
Hello... I have a question related to performance. Being new to asp.net & vp programming, I put together a webform that displays columns of data in a datagrid.
|
| Disable all controls in... | 23 Jan 2006 16:56 GMT | 5 |
I have a div which holds controls. I'm looking for a way to disable all controls but *without* setting each control enable state. Same to style>display i'm looking for a disable method.
|
| Help on Datagrid paging ? | 23 Jan 2006 16:42 GMT | 2 |
I have a datagrid where paging has been enables Page number are initialise to 5 Then I am able to click the Next> to more to next records set but when I click on the backwards direction <Prev , nothing happen and the
|
| ASP.Net versions | 23 Jan 2006 16:35 GMT | 1 |
Newbie here! Quick question to get an overview. I need to design my first asp.net app, sounds like customer has DNF 1.1 installed and doesn't want 2.0 on machine yet.
|
| stringbuilder help | 23 Jan 2006 16:19 GMT | 3 |
Dim sbRegX As New StringBuilder(HttpUtility.HtmlEncode(txtComments.Text)) sbRegX.Replace("<a>", "<a>") sbRegX.Replace("</a>", "") How do I get the attributes of href and target to be encoded?
|