| Thread | Last Post | Replies |
|
| Server.HtmlDecode("‘") does not work | 19 Sep 2007 17:06 GMT | 12 |
I am trying to decode character ‘#; but it is not working. Anybody knows how to decode this character?
|
| problem reading the status of a check box in a gridview | 19 Sep 2007 16:59 GMT | 4 |
I have a GrideView that has 4 col. 3 of them are bound to a dataset and the last one is not. The last one is check box. The check box is defined as follow: <asp:TemplateField HeaderText="Select">
|
| Click Event problem | 19 Sep 2007 16:49 GMT | 5 |
Here is the situation. I have a button and I have the click event. When it is clicked, it enters that subroutine (submit_Click). As part of the processing it checks two sets of fields. If either of these sets fails (no checkbox checked, for
|
| Large File Upload using Webservices... | 19 Sep 2007 16:44 GMT | 1 |
I am using a native asp.net file upload technic which currently supports small files. But i need to upload the file of size more than 200 mb to 300 mb. I have used many 3rd party components, but since my Web Server, App Server
|
| adding button on runtime with values | 19 Sep 2007 16:31 GMT | 1 |
I have this table which I create on runtime with some rows from my database. What I want to do is when I create the table I want to create a button/ linkbutton/link or something beside each entry from the database and
|
| How to print a flat file in ASP.NET 2.0 | 19 Sep 2007 14:43 GMT | 5 |
I need to print a flat file or send printer controls to a specified printer or port (lpt1,lpt2, com1...) in a web page. Is it possible? How?
|
| Passing values From One asp.net Page to another | 19 Sep 2007 14:39 GMT | 4 |
Please helping to understand this .. as i ma novice for .Net technology.. What are the different possible way to send the value from one to another in asp.NET using C#.NET ??
|
| Use VBScript in aspx page | 19 Sep 2007 14:26 GMT | 7 |
Can I use VBScript in a aspx page similar to using Javascript for running client code? I assume it would be used in a <script> block. This is for a controlled intranet internal application and I'd like to be able to use Word objects using CreateObject() etc. Is that possible, ...
|
| registry key | 19 Sep 2007 14:18 GMT | 1 |
i've a requirement to scan the registry keys programatically in a console application and read the data of the keys.. given a registry key, say,"HKEY_USERS". user should be able to scan the subkeys of the given key recursively(i.e. all the subkeys of the given
|
| Choose/select a printer in aspnet 2.0 | 19 Sep 2007 14:08 GMT | 2 |
How can i open a dialog box to choose a printer?
 Signature JLobo
|
| using multi lenguage with masterpage | 19 Sep 2007 13:08 GMT | 3 |
hello people how can i a developer multi lenguage with use master page. thanks
|
| Request.Form | 19 Sep 2007 10:21 GMT | 1 |
Consider the following 2 code snippets: ----------------------------------------------- <script runat="server"> Dim strName As String =
|
| String and Class | 19 Sep 2007 09:25 GMT | 3 |
I have a class, named MyClass, with 2 properties: Name and Text. And I have a string as follows: "dog, new york, france , car" Note that the words are separated by commas and that sometimes there are spaces before and after a comma.
|
| generate textboxes dynamically | 19 Sep 2007 09:22 GMT | 1 |
I've a textbox called MyTextBox in my form and I would like to generate 10 other textboxes dynamically as an instance of Mytexbox that have the same events and properties. how can I do it
|
| Gridview. Fill dataset with various tables | 19 Sep 2007 09:17 GMT | 1 |
I have 2 SQL tables as follows: [Articles] > ArticleId (PK), Title, Body [Categories] > CategoryId (PK), ArticleId (FK), CategoryName Basically I want to display a GridView with the articles.
|