13,153 Topics
![]() | |
Hi.. I am using an menu control for which i am adding menuitems programmatically as follows:- MenuItem mi = new MenuItem(TextBox1.Text); Menu1.Items.Add(mi); MenuItem mi1 = new MenuItem(TextBox2.Text); mi.ChildItems.AddAt(0, mi1); MenuItem mi2 = new MenuItem(TextBox3.Text); mi1.ChildItems.AddAt(0, mi2); Menu1 SubMenu1 SubMenu2 Menu2 SubMenu1 and so on.. but if i have to add … | |
Hi, In my page their is one combobox and one listbox. When i select an item in combobox then selected item added to listbox. Combobox has ispostback property to true. Now my question is, how to check item is already present in listbox on combobox selected item changed event. Thanks … | |
Hi all, I have been messing around with datagrid styling for a couple of days now, and I am having one issue left which I can not seem to solve. I want to highligt the text of the row on which I hover with the mouse. Well this seems like … | |
hi.. i am working on an project where i will need to create pages dynamically.. Can anyone please guide me?? | |
Hello everyone , I Want to make a news site , I have a sqlconnection but when i want someting between grid view and details View but its more like Details View , my only problem in details view is that i cant put paging number to say like take … | |
I’m having some trouble and can’t seem to find the solution. Hopefully someone here can help me out. I have two tables in a SQL Database and I’m trying to select some information from both tables where the column‘UniqueID’ has the same value. Here is the information I require from … | |
hi, i want to add some static text in my C#.Net code.But i want some text to be subScript and some to be SuperScript.. Please guide how can i do this? | |
Hi all i want to do is: onclick the button.......the view of the multiview control should dispalyed just as a new tab is shown with the previous view of the multiview... The detail is: I am using a multiview in my website..........All i need is whenever a button is clicked … | |
hi, I want to add the same ReportViewer control to the different PlaceHolders. This is what i tried [CODE] PlaceHolder placeHolderDate = (PlaceHolder)TCMain.FindControl("TP" + monitoringObjectName).FindControl("TCInner"+monitoringObjectName).FindControl("TPDate"+monitoringObjectName).FindControl("PHDate"+monitoringObjectName); DropDownList DDLDate = (DropDownList)TCMain.FindControl("TP" + monitoringObjectName).FindControl("TCInner" + monitoringObjectName).FindControl("TPDate" + monitoringObjectName).FindControl("DDLDate" + monitoringObjectName); PlaceHolder placeHolderWeek = (PlaceHolder)TCMain.FindControl("TP" + monitoringObjectName).FindControl("TCInner" + monitoringObjectName).FindControl("TPWeek" + monitoringObjectName).FindControl("PHWeek" + monitoringObjectName); DropDownList … | |
I am inheriting my own datagridview (say MyDataGridView) from the standard datagridview control. What I want is that certain properties of MyDataGridView should have a different default value than what its base have. For example, AllowUserToAddRows, AllowUserToDeleteRows, AllowUserToResizeRows properties should have the default values of False; so that when I … | |
Dear frnds i am new to this and please help me grow and gain knowledge on asp.net i want to know how to send contact form to gmail i wanted code please do the need full i wanted code in C# asp.net | |
hi guys please help me i want to know how i can pass an i ,j argumaents to the function abc so that i can do oprations on i, j in function abc [code]Button[,] b = new Button[8, 8]; void drawchessboard() { int x=60, y=10,z=0; for (int i = 0; … | |
Hi, If you create a CLR windows form project in Visual Studio C++, when you distribute your programs does the user need the .NET Framework or just the Visual C++ 2010 Runtime Redist? Thanks. ![]() | |
Hi, I am currently taking care of a website that goes back to 1997 and mostly all programmed with Asp 2.0 and vbscript, while i keep the pages in Asp 2.0 when i have to update them, this week i had to implement some new pages, and since we are … | |
Beginning C# programmer here. I have had lots of problems finding online a tutorial or help-me thread where someone explains how to create the specific type of user profile database I need. I need to use SQL and C#.NET to create a profile/role for each specific user on my website. … | |
Hi Friends, In my application Some Special character displaying in asp.net web page. like "�y6��h�*e��" Upon refreshing two, three times, the webpage displaying fine. Actually I am facing this problem only on Live Server and I have already deployed this application on local server but in local server it's working … | |
Suppose I have a webpage which contains only the links(anchor) in it.... also suppose there are 5 anchor(links) on that page......... My aim is to underline only that anchor that was clicked by the user.........or is being active now Kindly tell me about it.... I have a rough idea of … | |
Hi, I need to ask how to edit the whole row if certain cell are selected? exmple: I need to bold whole row when the cell is equal to "YES". So the result will show the row in bold for all the record that are "YES" | |
hello i am using visual studio 2005 and iam using asp.net using vb i want to connect to ms-access,i didnt get any idea to connect.because in google i get only the code what is the mandatory steps to do or send me some links | |
![]() | |
Hello , I would like to count the no of hits to my website. How do i do it? whether I need to code it in Global.asax file in application on start ?????? Reply | |
I have an existing project developed in C#. The project now has potential to be viewed within a frame on another site - developed in another technology - which is why the frame solution is better than incorporating into the other site. If the other site is used, I need … | |
M trying to connect to a site using the following code. But not able to. Please help [CODE] this.req = (HttpWebRequest)WebRequest.Create("http://wwwd.way2sms.com/auth.cl"); this.req.CookieContainer = new CookieContainer(); this.req.AllowAutoRedirect = false; this.req.Method = "POST"; this.req.ContentType = "application/x-www-form-urlencoded"; this.strNewValue = "username=" + ckuser + "&password=" + ckpass; this.req.ContentLength = this.strNewValue.Length; StreamWriter writer = new … | |
I want to just bold and underline the (anchor) link when it was clicked with the help of jquery....But didn't know of how to do it.... Here is my code: [CODE] <script type="text/javascript" language="javascript"> $(document).ready(function () { $("a").click(function () { alert("Hello"); // $('.body_text').css('width', '100px'); // $('.body_text').css('text-decoration', 'underline'); // //this.addClass('makebold'); //$(this).toggleClass('makebold'); … | |
Hi All, I have developed a web site in ASP.NET in 3 tier architecture (Presentation layer, BusinessLayer, DataLayer). Now the client is looking for an entire look and feel for UI, which consist of lots of jquery sliding / animated features etc. (Few pages will get loaded in a frame … | |
hey Dear members i want to learn asp.net but i am little confuse which is best for beginner any easy is it VB or C# | |
Hello everybody I have to develop a similar application related to sms banking. That is i want to implement 1.registering from mobile to server 2.fetching details to mobile from server 3.inserting values from mobile to server please help me how to develop it i have no idea Thanks | |
Dear Experts, Thanks for your time and help. I am using oracle in my application with ASP.NET and C#, My query is ok but it is going to ELSE Condition. (Goes to green line) Please Help me to solve this issu. [CODE] <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %> <%@ Import … | |
I am trying to make a registration form that when a user enters in their information and clicks the submit button the information will go to someone's email. If someone could send me a website with tutorial on this or lead me in the right direction that would be great! … |
The End.