13,153 Topics

Member Avatar for
Member Avatar for bhagyap

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 …

0
55
Member Avatar for bhagawatshinde

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 …

Member Avatar for bhagawatshinde
0
93
Member Avatar for mfas

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 …

Member Avatar for mfas
0
2K
Member Avatar for bhagyap

hi.. i am working on an project where i will need to create pages dynamically.. Can anyone please guide me??

Member Avatar for bhagyap
-2
247
Member Avatar for kshahnazari

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 …

Member Avatar for hericles
0
74
Member Avatar for abathurst

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 …

Member Avatar for abathurst
0
139
Member Avatar for Ehtesham Siddiq

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?

Member Avatar for lxXTaCoXxl
0
382
Member Avatar for mmazeemahmad

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 …

0
66
Member Avatar for hemaljoes

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 …

0
99
Member Avatar for priyamtheone

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 …

Member Avatar for Oxiegen
0
186
Member Avatar for karthikh87

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

Member Avatar for vimit
0
213
Member Avatar for sat21091

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; …

Member Avatar for skatamatic
0
199
Member Avatar for jryans10

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.

Member Avatar for stbuchok
0
162
Member Avatar for Philippe.Lahaie

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 …

Member Avatar for Philippe.Lahaie
0
516
Member Avatar for Wheater

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. …

Member Avatar for Mike Askew
0
136
Member Avatar for abhishek5783

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 …

0
46
Member Avatar for neh555
Member Avatar for mmazeemahmad

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 …

Member Avatar for sufyan2011
0
143
Member Avatar for Dumb Fish

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"

Member Avatar for kvprajapati
0
34
Member Avatar for rithish

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

Member Avatar for kvprajapati
0
32
Member Avatar for Dharshika
Member Avatar for yash777

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

Member Avatar for mirzamujib
0
170
Member Avatar for JPByD

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 …

0
126
Member Avatar for Shillz

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 …

Member Avatar for Pri Bhowmik
0
417
Member Avatar for mmazeemahmad

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'); …

0
77
Member Avatar for anish.anick

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 …

0
61
Member Avatar for ilmkidunya

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#

Member Avatar for ilmkidunya
0
449
Member Avatar for jesunathan

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

Member Avatar for kamilacbe
0
36
Member Avatar for naveedqadri

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 …

Member Avatar for naveedqadri
0
237
Member Avatar for compulove

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! …

Member Avatar for Pri Bhowmik
0
228

The End.