Forum: ASP.NET Oct 18th, 2009 |
| Replies: 1 Views: 250 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: 263 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: 270 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: 213 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: VB.NET Oct 11th, 2009 |
| Replies: 2 Views: 372 hi adatapost,I already set view to details. I just set the tab order of listview to 0 & its done.
Dim lCount As Integer
Dim lvitem As ListViewItem
For lCount = 1 To 5
... |
Forum: ASP.NET Oct 11th, 2009 |
| Replies: 1 Views: 274 I want to ahve td border,But there is no property border,Can somebody tell me how to set td boder? |
Forum: VB.NET Oct 9th, 2009 |
| Replies: 2 Views: 372 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim lCount As Integer
For lCount = 1 To 5
... |
Forum: ASP.NET Oct 7th, 2009 |
| Replies: 0 Views: 169 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: 361 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: 198 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: JavaScript / DHTML / AJAX Aug 29th, 2009 |
| Replies: 0 Views: 233 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: 356 DropDownLanguages.DataTextField = "country"; |
Forum: ASP.NET Aug 28th, 2009 |
| Replies: 4 Views: 756 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: 756 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: 433 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: 433 I have three textboxes & one button Add & one Gridview.I want to add the textboxes data in Gridview on button click. |
Forum: VB.NET Aug 1st, 2009 |
| Replies: 3 Views: 569 hello sknake,first of all thx..but it not working for all the images..Suppose i go to google images link(upper) & if i drag dat image, its working..Now suppose i search taj Mahal in google images &... |
Forum: VB.NET Jul 31st, 2009 |
| Replies: 3 Views: 569 I have webrowser in my project..Suppose i open google..I want to drag the google image,can somebody tell me how how to get the URL of the image,so dat i can download it from the net... |
Forum: VB.NET Jul 3rd, 2009 |
| Replies: 2 Views: 416 ListView Properties- I set MultiSelect to False, LabelEdit to true,FullRowSelect to True. I have Listview with two columns.
1) When I select onw row in listview,On button click i want to get the... |
Forum: VB.NET Jun 22nd, 2009 |
| Replies: 2 Views: 1,491 Sorry but i didnt understand anythng..Can u plz help me out?/ |
Forum: VB.NET Jun 18th, 2009 |
| Replies: 2 Views: 1,491 I want to show contextMenu on Menu Item Right click..But probs is dat when i right click on menu Item,Context Menu is popping up..But menu disapper..I want that menu should not be disappered...
See... |
Forum: VB.NET Jun 17th, 2009 |
| Replies: 1 Views: 281 I want to show the contextMenu on MenuItem right click....AS IE favorites....
I m able to show the contextMenu when i right click on menu..But the Probs is dat when i right click..Context menu is... |
Forum: VB.NET Jun 14th, 2009 |
| Replies: 5 Views: 472 i m able to solved it-
Private Sub ContextMnuAddColl_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ContextMnuAddColl.Click
Try
Dim tnNew As New... |
Forum: VB.NET Jun 14th, 2009 |
| Replies: 5 Views: 472 Suppose i Add a new node,now want that the new node added automatically comes in EDIT MODE...How to do dat can somebody tell me??? |
Forum: VB.NET Jun 14th, 2009 |
| Replies: 5 Views: 472 No no actually sir i didnt want dat, i m able to solve it.....Can u tell me how to attach here the screenshots..so dat it will be helpfull for others..cz i m newbie to this site.. |
Forum: VB.NET Jun 13th, 2009 |
| Replies: 5 Views: 472 I have a treeview with two nodes..I m showing the contextmenu when the user clicks on any portion of treeview ....
Public Class Form2
Private Sub Form2_Load(ByVal sender As System.Object,... |
Forum: VB.NET Jun 13th, 2009 |
| Replies: 5 Views: 1,473 ACtually sir i disable the IE contextManus....& i want to attach mine own context menus..I want that when the user right click on any link contextmenu1 is there..& else contextmenu2 is there...
SO... |
Forum: VB.NET Apr 22nd, 2009 |
| Replies: 0 Views: 423 1) Hi , I want to increase or decrease the volume of windows media player thru coding..On Image Click,I do not have any idae from where to start...Can somebody give me refernces..so that I found a... |
Forum: ASP.NET Apr 14th, 2009 |
| Replies: 5 Views: 6,085 I used button Field..
SOURCE TAB-
<Columns>
<asp:BoundField HeaderText="Product Name" DataField = "productname"/>
... |
Forum: ASP.NET Apr 14th, 2009 |
| Replies: 5 Views: 6,085 Can u plz modify the code...Cz i m not getting it.... |
Forum: ASP.NET Apr 13th, 2009 |
| Replies: 5 Views: 6,085 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... |
Forum: VB.NET Apr 10th, 2009 |
| Replies: 0 Views: 674 Hi frnds,Its mine first post in this forum..I want to know that how to add FLV payer component in VB.Net..cz windows Media Player does't play the FLV player.......Plz help me out.... |