- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
23 Posted Topics
Suppose i have one label & one button. Suppose labe text is [url]http://www.dreamincode.net/forums/showforum30.htm[/url] I Want that on button click,my form is redirtected to the above URL using JS. [B]FIRST METHOD[/B] [code] protected void Page_Load(object sender, EventArgs e) { Button2.Attributes.Add("onclick", "navigated()"); } <script language ="javascript" type ="text/javascript" > function navigated() { …
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
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 [url]http://www.c-sharpcorner.com/UploadFile/mahesh/ReportViewerIntro04042007100143AM/ReportViewerIntro.aspx[/url] In this site coding is there [url]http://www.aspfree.com/c/a/ASP.NET/Binding-Data-to-the-ReportViewer-Control-Dynamically-in-ASPNET-20/1/[/url] Explain me out plz,I m not …
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 contains the text or not. I see in forums, <input type="hidden" name="_VIEWSTATE" id="_VIEWSTATE" value="/dfdfdfff"/> Where can i see the above …
I want to ahve td border,But there is no property border,Can somebody tell me how to set td boder?
[code] 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 ListView1.Items.Add(lCount.ToString) Next If ListView1.Items.Count > 0 Then ListView1.Items(0).Selected = True End If [/code] I have even write the code to select the first node,i want first row …
hey frnds tell me dat wat the diff b/w two controls.They are different controls or same. Plz explain me.
[B]1) [/B]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 User control in the current project in which you have built it but you can't …
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?
I know how to fetch the records from DB,But i want to ask u just small thing. SQL TABLE [code] roll name marks 1 Ritu 10 2 Sneha 20 3 Ruchi 30 [/code] CODE BEHIND PAGE Default.aspx [code] protected void Page_Load(object sender, EventArgs e) { cmbRoll.Items.Add("--Select--"); cmbRoll.Items.Add("1"); cmbRoll.Items.Add("2"); cmbRoll.Items.Add("3"); cmbRoll.Attributes.Add("onChange", …
I know how to fetch the records from DB,But i want to ask u just small thing. SQL TABLE [code] roll name marks 1 Ritu 10 2 Sneha 20 3 Ruchi 30 [/code] CODE BEHIND PAGE Default.aspx [code] protected void Page_Load(object sender, EventArgs e) { cmbRoll.Items.Add("--Select--"); cmbRoll.Items.Add("1"); cmbRoll.Items.Add("2"); cmbRoll.Items.Add("3"); cmbRoll.Attributes.Add("onChange", …
DropDownLanguages.DataTextField = "country";
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- [code] <td onMouseOver="this.bgColor='#00CC00'" onMouseOut="this.bgColor='#009900'" bgColor=#009900 style="width: 33px; height: 81px"> </td> [/code]
I have three textboxes & one button Add & one Gridview.I want to add the textboxes data in Gridview on button click.
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...
ListView Properties- I set MultiSelect to False, LabelEdit to true,FullRowSelect to True. I have Listview with two columns. [B]1) [/B]When I select onw row in listview,On button click i want to get the index of selected row. I m getting it but using for loop,I want to know is there …
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 in Attachment [code] Private Sub MenuAddToFavorites_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles MenuAddToFavorites.MouseDown If …
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 showing & menu is hidding....... Y so ..I want that when we right clikc on …
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 for all the links HTML Tag name will return "A" ...I tested in almost every sites.....So i …
I have a treeview with two nodes..I m showing the contextmenu when the user clicks on any portion of treeview .... [code] Public Class Form2 Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Try Dim N As New TreeNode() Me.TreeViewCategories.Nodes.Clear() With Me.TreeViewCategories.Nodes N = .Add("", "Main", …
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 way to start. 2) How To Play Audio File with Real palyer??
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 hyperlink code,but the problem is that,it is not firing,To fire the event for hyperlink..I …
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....
The End.
ritu verma