| Thread | Last Post | Replies |
|
| How to print from a gridview? | 26 Jun 2007 16:40 GMT | 3 |
I need to print the contents (rows and columns) of a GridView to the default printer. Is there any way of doing this easly? Thanks
|
| Treeview Control on click event | 26 Jun 2007 16:13 GMT | 2 |
Based on Microsoft ASP.NET SDK treeview control binding to northwind database (Categoried, Products) I added the following code Protected Sub TreeView1_SelectedNodeChanged(ByVal sender As Object, ByVal e
|
| display chinese and japanese in a latin based only server. | 26 Jun 2007 16:03 GMT | 2 |
Hi guys i am facing a real big problem here. I bought a hosting plan and try to build my own website. my website has several language version(chinese english japanese). but i just found out the server in my plan only support the latin based character sets. So my chinese version ...
|
| Header Labels | 26 Jun 2007 15:30 GMT | 5 |
I created a header that adjusts with the size of the browser windows. How do I place labels in the header section so they also maintain their position when the window is resized? One of the labels is constant but the rest will be entered programmatically, for example,
|
| Building Tables on the fly with a data reader | 26 Jun 2007 15:23 GMT | 1 |
I'm a newbie to .NET. Could someone please assist me. I am pulling topics, questions and answers from a database. I've set all of this code in the code behind page which works. I have the info going into text boxes but would prefer it to all be displayed in a table. How do
|
| advanced question: feasability of using delegates on original objects for AJAX calls | 26 Jun 2007 14:57 GMT | 4 |
I'm stuck on this and need someone with more ASP.Net knowledge than I to weigh in... I've been toying around with writing my own .Net AJAX framework and been looking at associating GUID's with delegates as my main approach:
|
| Object reference not set to an instance of an object | 26 Jun 2007 14:54 GMT | 3 |
I want to access in code-behind a label within the ItemTemplate of a Formview. <asp:FormView ID="FormView1" runat="server" DataKeyNames="id" DataSourceID="SqlDataSource1" >
|
| get data from excel and word | 26 Jun 2007 14:51 GMT | 5 |
I have Visual Studio 2005 and do not have Visual Studio 2005 Tools for Office. I just want to be able to get data from a word 2003 document and put it in a label. How can I do that?
|
| Find String | 26 Jun 2007 14:11 GMT | 3 |
I have two arrays of strings, s1 and s2: s1 = "london, lisbon, paris, newyork" s2 = "lisbon, yellow, France" s2 will have only one item included in s1.
|
| mac and pc escape characters | 26 Jun 2007 11:21 GMT | 4 |
Does anyone know if there is any difference in the excape characters on a Mac (compared to a PC). I am parsing some text that is pasted into a textbox, and splitting it based on the position of \t or \r escape characters.
|
| Object reference not set to an instance of an object | 26 Jun 2007 10:37 GMT | 1 |
I want to access in code-behind a label within the ItemTemplate of a Formview. <asp:FormView ID="FormView1" runat="server" DataKeyNames="id" DataSourceID="SqlDataSource1" >
|
| Cannot run php files on ISS Server | 26 Jun 2007 09:12 GMT | 1 |
I cannot run PHP file on new ISS server
 Signature Thanks
|
| DateTime | 26 Jun 2007 07:30 GMT | 1 |
I have a column of datatype DateTime. I need to retrieve data from last 14 days old. I am doing like this but it doesn't work.
|
| "Literal" Control in Mobile ASPX? | 26 Jun 2007 07:12 GMT | 3 |
I am confused about how I can insert literal text into a page from C# in the ASP.NET 2.0 Mobile Page model. There is no supported "Literal" control as there is in ASPX (standard), though I don't understand why not. So the question is, how do I get literal HTML text into a certain ...
|
| Invalid/Missing QueryString - How to react? | 26 Jun 2007 06:18 GMT | 3 |
I have many pages that expect query strings. One of the first things to do, should be to check if the values of the QueryString are valid. But how should I react on invalid/missing QueryStrings? Somehow the page itself should stop rendering any controls and just display an error
|