Forum: ASP.NET Oct 18th, 2009 |
| Replies: 1 Views: 252 Suppose i have one label & one button. Suppose labe text is
http://www.dreamincode.net/forums/showforum30.htm
I Want that on button click,my form is redirtected to the above URL using JS.
... |
Forum: ASP.NET Oct 15th, 2009 |
| Replies: 0 Views: 269 I wnat to open Website Data Sources Window. When i add a report,in VS 2008,its open automatically ,but in VS 2005. Its not open. How to open it. See Pic attached |
Forum: ASP.NET Oct 14th, 2009 |
| Replies: 0 Views: 274 I have never used this control,i m facing problem in using it.
In some sites coding are used in Report Viewer Control,whereas in other sites coding is not used.
In this site no coding is there... |
Forum: ASP.NET Oct 13th, 2009 |
| Replies: 1 Views: 223 Explain me the viewstate with the coding?Its too comfusing.
Suppose in textbox1.text contains ASP.net & I set EnableViewState to False of textbox,so when i click on button, textbox will still... |
Forum: ASP.NET Oct 11th, 2009 |
| Replies: 1 Views: 285 I want to ahve td border,But there is no property border,Can somebody tell me how to set td boder? |
Forum: ASP.NET Oct 7th, 2009 |
| Replies: 0 Views: 173 hey frnds tell me dat wat the diff b/w two controls.They are different controls or same. Plz explain me. |
Forum: ASP.NET Sep 29th, 2009 |
| Replies: 1 Views: 217 1) What I should answer person on interview on question “Can User Control be stored in library?”
There are 3 types of controls:
1) User Control
2) Custom Control
3) Web parts
you can reuse... |
Forum: ASP.NET Sep 26th, 2009 |
| Replies: 1 Views: 368 Is it possible to change the panel height & width at runtime on Button click. In VB.net ,it can be easily done! How to do it ASP.Net? |
Forum: ASP.NET Aug 29th, 2009 |
| Replies: 0 Views: 199 I know how to fetch the records from DB,But i want to ask u just small thing.
SQL TABLE
roll name marks
1 Ritu 10
2 ... |
Forum: ASP.NET Aug 28th, 2009 |
| Replies: 5 Views: 360 DropDownLanguages.DataTextField = "country"; |
Forum: ASP.NET Aug 28th, 2009 |
| Replies: 4 Views: 784 hi praveen your code work correctly,But its lengthy...But thx
Other Way of Doing it -
protected void Page_Load(object sender, EventArgs e)
{
... |
Forum: ASP.NET Aug 27th, 2009 |
| Replies: 4 Views: 784 I have button in td, I want to change the backcolor of button when the mouse move over it ..
As we change the backcolor of td, when we moves move over it.Eg Below-
<td ... |
Forum: ASP.NET Aug 16th, 2009 |
| Replies: 2 Views: 441 hello,its not working..
protected void btnSubmit_Click(object sender, EventArgs e)
{
GridView1.DataSource = new String[] { txtRoll.Text, txtName.Text };
... |
Forum: ASP.NET Aug 15th, 2009 |
| Replies: 2 Views: 441 I have three textboxes & one button Add & one Gridview.I want to add the textboxes data in Gridview on button click. |
Forum: ASP.NET Apr 14th, 2009 |
| Replies: 5 Views: 6,199 I used button Field..
SOURCE TAB-
<Columns>
<asp:BoundField HeaderText="Product Name" DataField = "productname"/>
... |
Forum: ASP.NET Apr 14th, 2009 |
| Replies: 5 Views: 6,199 Can u plz modify the code...Cz i m not getting it.... |
Forum: ASP.NET Apr 13th, 2009 |
| Replies: 5 Views: 6,199 hey, I m creating a small project shopping cart....In gridview. I want to add a Hyperlink to each row of GridvIew, & when the user click on Hyperlink(Add to cart),data go to database..
I add a... |