Hi All,
What is the Difference between DataReader[ColumnName] and DataReader.GetV alue() .
I have one Sp which returns an out param and one cursor .while reading the first outparam by using dataReader[column_Name] it is throwing exception ,but with the help of DataReader.GetV alue(0) am able to read this value.
What I believe is I should not get exception in first case also.
can someone clarify me y do we need to...
User Profile
Collapse
-
usha535140 started a topic What is the difference between DataReader.GetValue() and DataReader[Column_Name]?in .NETWhat is the difference between DataReader.GetValue() and DataReader[Column_Name]?
-
oh,ok.I want to show all the panels in the tabcontainer with rounded corners,is it possible -
Can we use Ajax RoundedCornersExtender control with AJax,tabContainer?
Hi,
Can we use Ajax RoundedCornersE xtender control with AJax,tabContain er?Last edited by usha535140; Dec 24 '09, 08:56 AM. Reason: Can we use Ajax RoundedCornersExtender control with AJax,tabContainer? -
hey,now I tried by looping through the panels and setting thet panels enable property through set_enabled(tru e),set_visible( false);It is working fine till some extent ie am able to get the tabcontainer +panels on clicking the checkbox for the second time.for the first time am geting the empty tab container.Leave a comment:
-
In aspx page for all the tabpanels I set Enabled="false" .
In OnClick event of the check box calling a method hidetabs() where am using set_enable(true ).
Please suggest me some other approach to do,my requirement is Intially that tabcontainer shouldnt be visible on the page,after checking the check box it should me made visible.Leave a comment:
-
hiding an ajax tabcontainer in java script
Hi,
In the intial page I want to dispay a check box ie for the first time I should display the page with check box ,If the check box is checked i need to dispaly the tabcontainer with the tabs.If it is unchecked It should nt display any thing.
I tried the following apporach :
in aspx page for all the tabs of the container I used Enabled="false"
later in the java script method I used set_Enabled(tru e)...
No activity results to display
Show More
Leave a comment: