| Thread | Last Post | Replies |
|
| Google and Asp.Net | 01 Oct 2006 00:35 GMT | 6 |
If you make a search in Google for "CNN" you will get the result as follows: CNN.com - Breaking News, US, World, Weather, Entertainment & Video ... CNN.com delivers the latest breaking news and information on the latest
|
| How to put a Custom Control on the toolbox. | 30 Sep 2006 23:06 GMT | 5 |
I created a derived class from "Literal". I put the code in the App_Code folder and the control is working as expected. Now, I wan this control to be in the ToolBox, just like the others, what do I need to do ?
|
| HtmlEncode in <asp:image> | 30 Sep 2006 22:02 GMT | 3 |
I'm taking a file name from a database and using the <asp:image> tag in GridView to show the image. However, some of the file names have spaces in it and no matter what I do, for example: <asp:Image runat=server ImageUrl=<%#
|
| Responding to event from programmatically created button - ASP.NET | 30 Sep 2006 21:04 GMT | 1 |
Can anyone please tell me how to respond to an event in VB when a programmatically created button is clicked? I can get it to work if the addhandler event is in the pages Page_Load sub but not in a custom routine.
|
| Substring and () | 30 Sep 2006 20:44 GMT | 1 |
I have a string which looks as follows: "asdksdjfssdf@sdfsdfsdfsdfsdf.com (John Smith)" How to create a substring with only the part which is between (), i.e., the name?
|
| I guess no one knows how to get the web path to currently selected theme? | 30 Sep 2006 19:54 GMT | 1 |
I have been trying to figure this out and to no avail.... If I had a couple of hours to spend on this I would, but alas I do not. If anyone could help, I would greatly appreciate it. Thanks,
|
| How to use Server.Execute within the server side VB.net ? | 30 Sep 2006 19:52 GMT | 2 |
What's the right coding to open another aspx page within server side vb.net (not within the html) ? In case I only code Server.Execute("page2.aspx") with a VB.net Subroutine, the browser shows a mess of both page 1 and page 2 within the same window.
|
| Create Custom DateTime | 30 Sep 2006 17:49 GMT | 1 |
I am taking a date/time value from a database and I need to display it as follows: [Weekday], [Day] of [Month] [Year] # [Hour]:[Minutes] And example:
|
| Access to Outlook from ASP.NET | 30 Sep 2006 17:30 GMT | 4 |
We are currently in the process of writing an asp.net application. As part of the project we need to establish, some sort of communication between the application and the users Outlook applications. We have to use Outlook, and not Exchange, as the users are from many
|
| Regular Expression | 30 Sep 2006 16:46 GMT | 1 |
I use the following code to get a valid date input. validatorExpression = new RegularExpressionValidator(); validatorExpression.ControlToValidate = this.ID; ValidatorExpression.ErrorMessage = "Valid Input mm/dd/yyyy";
|
| How to create wesite in multiple user languages | 30 Sep 2006 15:43 GMT | 1 |
Hello friends, Can anybody guide me how to create a website using asp.net 2.0 which gives user to choose multiple languages like engloish, chinease , french etc. also examples of these types of sites?
|
| export to excel | 30 Sep 2006 14:01 GMT | 1 |
I'm exporting a datagrid to an excel file. I'm using the following source code to export. DataTable dt = new DataTable(); DataAccess.StoredProcedure sproc = new
|
| Get first N words of a string | 30 Sep 2006 13:18 GMT | 8 |
I have a string which holds a text. Is it possible to create a substring which uses the first N words of that string? Thanks,
|
| How to pack a big amount of information on the query string? | 30 Sep 2006 11:42 GMT | 3 |
I need to send a big amount of data to one server in the query string. It is like 3kb of text information, in ascii code with linefeeds and carriage returns. I noticed that using winzip I can get the file 1kb long. I'm not sure
|
| Visible Bindable Property - Eval code help | 30 Sep 2006 09:00 GMT | 1 |
In my gridview, I have a template column whose 'visible property' I wish to bind to a database field called "TransactionType" which is of a string datatype. I only want the data in this gridview column to be visible when the
|