No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I have a Gridview control on an .aspx page. what is the first gridview control event, that gets triggered/fired. The gridview control has boundcolumns. I have configured the selectcommand in the .aspx page to pull the data from database as shown below: [CODE]<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionStringff %>" ProviderName="<%$ ConnectionStrings:ConnectionString.ProviderName …
Howdy, I want to make a sql that goes to oracle. the sql should be "Select "cusip", "price structure" from tableA" (basically the columns are wrapped in double quotes. I used this synatax in C#: string mysql = "select "+'"'+"cusip,"+'"' + '"'+ "Price structure\"" from tableA" and I am getting …
The End.
bnath001