Click here to Skip to main content
15,892,072 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Copying or Converting datacolumn into array Pin
ToddHileHoffer4-Jun-09 15:41
ToddHileHoffer4-Jun-09 15:41 
Questionconverting from binary to string Pin
liamderice4-Jun-09 6:50
liamderice4-Jun-09 6:50 
AnswerRe: converting from binary to string Pin
Christian Graus4-Jun-09 11:47
protectorChristian Graus4-Jun-09 11:47 
GeneralRe: converting from binary to string Pin
liamderice4-Jun-09 18:12
liamderice4-Jun-09 18:12 
QuestionSetting ASPX Thread.CurrentThread.CurrentCulture - visibility? Pin
devvvy4-Jun-09 6:28
devvvy4-Jun-09 6:28 
QuestionCrystal report 10 Oracle 10g and ASP.NET C#. Pin
5fingers4-Jun-09 5:06
5fingers4-Jun-09 5:06 
AnswerRe: Crystal report 10 Oracle 10g and ASP.NET C#. Pin
Manas Bhardwaj4-Jun-09 5:30
professionalManas Bhardwaj4-Jun-09 5:30 
QuestionGridview in C#asp.net Pin
mahichandu4-Jun-09 4:57
mahichandu4-Jun-09 4:57 
Simple QQ)
in codebehind its not taking the gridview id..why?
i am getting errors..Frown | :( it does not exists in the contex

can anyone answer..

 <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
        <asp:GridView ID="grd1" runat="server" AutoGenerateColumns="False" 
            DataSourceID="SqlDataSource1" ondatabinding="grd1_DataBinding" 
            ondatabound="grd1_DataBound" onrowcreated="grd1_RowCreated" 
            onrowdatabound="grd1_RowDataBound" OnSelectedIndexChanged="grd1_SelectedIndexChanged">
            <Columns>
                <asp:BoundField DataField="sno" HeaderText="sno" SortExpression="sno" />
                <asp:BoundField DataField="description" HeaderText="description" 
                    SortExpression="description" />
                <asp:BoundField DataField="Year1" HeaderText="Year1" SortExpression="Year1" />
                <asp:BoundField DataField="Year2" HeaderText="Year2" SortExpression="Year2" />
                <asp:BoundField DataField="Year3" HeaderText="Year3" SortExpression="Year3" />
                <asp:BoundField DataField="Year4" HeaderText="Year4" SortExpression="Year4" />
            </Columns>
        </asp:GridView>
    
    </div>
    <asp:SqlDataSource ID="SqlDataSource1" runat="server" 
       CommonDBConnectionString="<%$ CommonDBConnectionString:CommonDBConnectionString %>" 
        SelectCommand="SELECT * FROM [Jurisdiction]"></asp:SqlDataSource>
    </form>
</body>
</html>

AnswerRe: Gridview in C#asp.net Pin
Paddy Boyd4-Jun-09 5:56
Paddy Boyd4-Jun-09 5:56 
Question[Message Deleted] Pin
Mantaii4-Jun-09 4:43
Mantaii4-Jun-09 4:43 
AnswerRe: Server.MapPath and Database. Pin
Mantaii7-Jun-09 22:28
Mantaii7-Jun-09 22:28 
Questionidentifying the isp of the user Pin
jophinmichael4-Jun-09 4:43
jophinmichael4-Jun-09 4:43 
AnswerRe: identifying the isp of the user Pin
Manas Bhardwaj4-Jun-09 5:07
professionalManas Bhardwaj4-Jun-09 5:07 
AnswerRe: identifying the isp of the user Pin
Christian Graus4-Jun-09 16:29
protectorChristian Graus4-Jun-09 16:29 
Question.Net Membership provider Pin
anandhakrishnan4-Jun-09 3:03
anandhakrishnan4-Jun-09 3:03 
Questionrepeater control in ASP.Net with C# Pin
mahichandu4-Jun-09 3:02
mahichandu4-Jun-09 3:02 
AnswerRe: repeater control in ASP.Net with C# Pin
Manas Bhardwaj4-Jun-09 3:30
professionalManas Bhardwaj4-Jun-09 3:30 
QuestionRe: repeater control in ASP.Net with C# Pin
mahichandu4-Jun-09 3:45
mahichandu4-Jun-09 3:45 
AnswerRe: repeater control in ASP.Net with C# Pin
Niladri_Biswas1-Jul-09 5:57
Niladri_Biswas1-Jul-09 5:57 
AnswerRe: repeater control in ASP.Net with C# Pin
Niladri_Biswas4-Jun-09 19:25
Niladri_Biswas4-Jun-09 19:25 
QuestionListBox DataValueField Pin
Koss_G4-Jun-09 1:51
Koss_G4-Jun-09 1:51 
Questionhow to handle in code to remove security dialoag in IE 6 in C#? Pin
anish27patel4-Jun-09 1:42
anish27patel4-Jun-09 1:42 
AnswerRe: how to handle in code to remove security dialoag in IE 6 in C#? Pin
Manas Bhardwaj4-Jun-09 3:32
professionalManas Bhardwaj4-Jun-09 3:32 
Questionoutlook to database...? Pin
koolprasad20034-Jun-09 0:59
professionalkoolprasad20034-Jun-09 0:59 
AnswerRe: outlook to database...? Pin
Abhijit Jana4-Jun-09 1:18
professionalAbhijit Jana4-Jun-09 1:18 

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.