Click here to Skip to main content
15,899,825 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Gettin a piece of specified text from any field. Pin
Tarik Guney10-Jun-07 4:48
Tarik Guney10-Jun-07 4:48 
QuestionAbout SqlSiteMapProvider Pin
Tarik Guney10-Jun-07 1:03
Tarik Guney10-Jun-07 1:03 
AnswerRe: About SqlSiteMapProvider Pin
Tarik Guney10-Jun-07 1:33
Tarik Guney10-Jun-07 1:33 
QuestionCan any one Help me how to convert This Query string Format(html) code to Code bind(means programatic convertion) Pin
Shaik Haneef9-Jun-07 23:56
Shaik Haneef9-Jun-07 23:56 
AnswerRe: Can any one Help me how to convert This Query string Format(html) code to Code bind(means programatic convertion) Pin
Tarik Guney10-Jun-07 1:07
Tarik Guney10-Jun-07 1:07 
GeneralRe: Can any one Help me how to convert This Query string Format(html) code to Code bind(means programatic convertion) Pin
szukuro10-Jun-07 4:12
szukuro10-Jun-07 4:12 
GeneralRe: Useless subject Pin
Guffa10-Jun-07 4:38
Guffa10-Jun-07 4:38 
QuestionCan any one Help me how to convert This Query Format(html) code to Code bind(means programatic convertion) Pin
Shaik Haneef9-Jun-07 23:55
Shaik Haneef9-Jun-07 23:55 
<asp:gridview id="GridView1" allowpaging="True" runat="server"
="" datasourceid="SqlDataSource1" datakeynames="au_id" autogeneratecolumns="False" width="600px" onselectedindexchanged="GridView1_SelectedIndexChanged" onsorted="GridView1_Sorted" onpageindexchanged="GridView1_PageIndexChanged">
<columns>
<asp:commandfield showselectbutton="True">
<asp:boundfield datafield="au_id" headertext="au_id" readonly="True" sortexpression="au_id">
<asp:boundfield datafield="au_lname" headertext="au_lname" sortexpression="au_lname">
<asp:boundfield datafield="au_fname" headertext="au_fname" sortexpression="au_fname">
<asp:boundfield datafield="state" headertext="state" sortexpression="state">



<asp:sqldatasource id="SqlDataSource1" runat="server" connectionstring="<%$ ConnectionStrings:pubsConnectionString %>"
="" selectcommand="SELECT [au_id], [au_lname], [au_fname], [state] FROM [authors] WHERE [state] = @state">

<selectparameters>

<asp:controlparameter controlid="DropDownList1" name="state" propertyname="SelectedValue"
="" type="String">





This is haneef.............................................................

QuestionCan any one Help me how to convert This Query Format(html) code to Code bind(means programatic convertion) Pin
Shaik Haneef9-Jun-07 23:52
Shaik Haneef9-Jun-07 23:52 
Questionusing directX.sound 4 recording sound Pin
legend_of_zanado9-Jun-07 22:13
legend_of_zanado9-Jun-07 22:13 
AnswerRe: using directX.sound 4 recording sound Pin
Christian Graus10-Jun-07 13:35
protectorChristian Graus10-Jun-07 13:35 
QuestionHow to change the backcolor of the control which is being validated by RequiredFieldValidator? Pin
shanmohan9-Jun-07 17:53
shanmohan9-Jun-07 17:53 
AnswerRe: How to change the backcolor of the control which is being validated by RequiredFieldValidator? Pin
Shaik Haneef10-Jun-07 0:53
Shaik Haneef10-Jun-07 0:53 
GeneralRe: How to change the backcolor of the control which is being validated by RequiredFieldValidator? Pin
shanmohan11-Jun-07 5:50
shanmohan11-Jun-07 5:50 
Questionwrite on xml file Pin
Mohammad Daba'an9-Jun-07 8:20
Mohammad Daba'an9-Jun-07 8:20 
AnswerRe: write on xml file Pin
Christian Graus9-Jun-07 14:24
protectorChristian Graus9-Jun-07 14:24 
QuestionRe: write on xml file Pin
Mohammad Daba'an9-Jun-07 16:25
Mohammad Daba'an9-Jun-07 16:25 
AnswerRe: write on xml file Pin
Christian Graus9-Jun-07 16:35
protectorChristian Graus9-Jun-07 16:35 
QuestionCrystal Report Path Pin
aransiola9-Jun-07 5:11
aransiola9-Jun-07 5:11 
AnswerRe: Crystal Report Path Pin
daisylh10-Jun-07 14:35
daisylh10-Jun-07 14:35 
QuestionFileUpload Control Pin
Amr M. K.9-Jun-07 5:11
Amr M. K.9-Jun-07 5:11 
AnswerRe: FileUpload Control Pin
Guffa9-Jun-07 8:29
Guffa9-Jun-07 8:29 
GeneralRe: FileUpload Control Pin
Amr M. K.9-Jun-07 18:03
Amr M. K.9-Jun-07 18:03 
AnswerRe: FileUpload Control Pin
Guffa9-Jun-07 22:45
Guffa9-Jun-07 22:45 
GeneralRe: FileUpload Control Pin
Amr M. K.11-Jun-07 0:02
Amr M. K.11-Jun-07 0:02 

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.