Click here to Skip to main content
15,922,894 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow can a gridview column name is given instead of column index Pin
jagan12321-Dec-07 1:26
jagan12321-Dec-07 1:26 
Answer[Message Deleted] Pin
Member 385339921-Dec-07 1:51
Member 385339921-Dec-07 1:51 
GeneralRe: how can a gridview column name is given instead of column index Pin
jagan12321-Dec-07 2:12
jagan12321-Dec-07 2:12 
GeneralRe: how can a gridview column name is given instead of column index Pin
Michael Sync21-Dec-07 20:54
Michael Sync21-Dec-07 20:54 
QuestionHow to get websites port number without HttpContext.Current? [modified] Pin
Dominic Pettifer21-Dec-07 0:40
Dominic Pettifer21-Dec-07 0:40 
GeneralUnicode Problem Pin
mehran.asg21-Dec-07 0:17
mehran.asg21-Dec-07 0:17 
GeneralTreeView Pin
VanithaVasu20-Dec-07 23:57
VanithaVasu20-Dec-07 23:57 
AnswerRe: TreeView [modified] Pin
Member 385339921-Dec-07 2:00
Member 385339921-Dec-07 2:00 
<asp:treeview id="TreeView1" runat="server" datasourceid="XmlDataSource1" showlines="True">
Style="z-index: 100; left: 0px; position: absolute; top: 0px"&gt;
<databindings>
<asp:treenodebinding datamember="book" textfield="id" valuefield="id" />
<asp:treenodebinding datamember="author" textfield="#InnerText" valuefield="#InnerText" />
<asp:treenodebinding datamember="title" valuefield="#InnerText" />
<asp:treenodebinding datamember="genre" valuefield="#InnerText" />
<asp:treenodebinding datamember="price" valuefield="#InnerText" />
<asp:treenodebinding datamember="publish_date" valuefield="#InnerText" />
<asp:treenodebinding datamember="description" valuefield="#InnerText" />
</databindings>
</asp:treeview>
<asp:xmldatasource id="XmlDataSource1" runat="server" datafile="~/App_Data/books.xml">
</asp:xmldatasource>
modified on Friday, December 21, 2007 8:20:19 AM
GeneralRe: TreeView Pin
Abhijit Jana21-Dec-07 2:00
professionalAbhijit Jana21-Dec-07 2:00 
GeneralHide Print Dialog Window Pin
Archana New to Dotnet20-Dec-07 23:01
Archana New to Dotnet20-Dec-07 23:01 
GeneralRe: Hide Print Dialog Window Pin
N a v a n e e t h21-Dec-07 19:25
N a v a n e e t h21-Dec-07 19:25 
GeneralUsing asp:Button instead of input type="Button" Pin
Blumen20-Dec-07 22:29
Blumen20-Dec-07 22:29 
GeneralRe: Using asp:Button instead of input type="Button" Pin
Paddy Boyd20-Dec-07 23:04
Paddy Boyd20-Dec-07 23:04 
GeneralRe: Using asp:Button instead of input type="Button" Pin
Blumen21-Dec-07 0:19
Blumen21-Dec-07 0:19 
GeneralRe: Using asp:Button instead of input type="Button" Pin
Paddy Boyd21-Dec-07 0:58
Paddy Boyd21-Dec-07 0:58 
GeneralRe: Using asp:Button instead of input type="Button" Pin
Blumen21-Dec-07 1:06
Blumen21-Dec-07 1:06 
GeneralRe: Using asp:Button instead of input type="Button" Pin
Paddy Boyd21-Dec-07 2:24
Paddy Boyd21-Dec-07 2:24 
GeneralRe: Using asp:Button instead of input type="Button" Pin
Blumen23-Dec-07 20:08
Blumen23-Dec-07 20:08 
Generalhaving a problem with the word object when i run from sever Pin
koolprasad200320-Dec-07 22:21
professionalkoolprasad200320-Dec-07 22:21 
GeneralRe: having a problem with the word object when i run from sever Pin
pmarfleet20-Dec-07 22:38
pmarfleet20-Dec-07 22:38 
GeneralCross browser Pin
bhattiprolu20-Dec-07 21:59
bhattiprolu20-Dec-07 21:59 
GeneralRe: Cross browser Pin
Deepak the Cool20-Dec-07 23:19
Deepak the Cool20-Dec-07 23:19 
GeneralRe: Cross browser Pin
Gandalf_TheWhite21-Dec-07 0:42
professionalGandalf_TheWhite21-Dec-07 0:42 
QuestionHow to print in asp.net Pin
Deepthy.P.M20-Dec-07 21:49
Deepthy.P.M20-Dec-07 21:49 
AnswerRe: How to print in asp.net Pin
Abhijit Jana20-Dec-07 21:55
professionalAbhijit Jana20-Dec-07 21:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.