SqlDataReader holds the data from MS SQL - after it is bind to DataList, Repeater web-control i'm using the same sqlDataReader object to bound to gridview control, but no data is being...
{Basically, i'm trying to achieve 'Tab' like appearance in my webpage, if you have any better way of coding this, apart from below my explanation, please suggest}
I'm using 'User Controls' to define the 'Page header' for every webpages...
In User Control - there is a DataList control to display the site-navigation-links (i.e. Home, About us, Contact us)...
...
While using below SQL statment in 'SQL Query Analyser' i dont get the compelete XML in the result.... (there is no columns of type 'Memo' or any long fields more than 1K characters)
i'm using getElementById() function to get the <img> in the document.... these <img> are the array of the images.... while using the getElementById() in javascript, it always returns 'null'
how to disable copying of the content from website.... i have disabled "right button menu" in webpage.. But user can still use, "Select All" or (Ctrl+A) and Copy (Ctrl+C) to copy the content....
...
i have a display some content using the "<Div>" element... the content with in the layer will made visible or hidden based on the click event on a link in the page... When the "Div" is set to hidden...
I hv set a reference of XSD file (file2.xsd) inside the another xsd file (file1.xsd) using the "ref" attributes of an "element" and the "include" statement....
In Windows application, in DataSet, I hv one column “Status”. This will have the value ranging from 1 to 5.
While displaying content of this DataSet in DataGrid, “Status” value should be converted...
This code helps in displaying the image exist in DB. In my scenario, i hv Boolean value in DB and based on this value i hv to display the image in datagrid.
In Windows application, I hv associated the DataGrid to the DataSet, which has a Boolean column. Based on the Boolean value I need to display a image in datagrid. i.e. if the column value is true,...