13,936 Topics

Member Avatar for
Member Avatar for DeOiD

hi again Does anyone knows a free wysiwyg editor for asp.net? i just need one with basic html functions, like the one in this forum thank you

Member Avatar for DeOiD
0
138
Member Avatar for ArchanaB

Hi.. Am newbe to ASP.net, facing problem while using vaidation controls. I have a form where in have used ADD,EDIT,SEARCH, CLEAR buttons. When i press an edit button datagrid can be viewed. But when i use validation controls error messages are displayed if I click on edit,clear, add or search …

Member Avatar for phani.vattikuti
0
101
Member Avatar for vimalv

<Table id="temp1" width="100%" > <tr> <td id="temptd">...................</td> </tr> </Table> This my sample code..from this how can i get the left value of the Tabledara '[B]temptd'..[/B] i try with this in Jscript [I]document.getElementById('temptd').style.left[/I] But i didnt get anything...pls help me to get this.. Thanks, Vimal

Member Avatar for ruhi
0
172
Member Avatar for ruhi

hello everyone, how to write exit code in visual studio.Net so that whole program closes on button click event? And how Message box is created, also how to take input from user as we do in javascript using prompt command? Can anyone help me in this..... Thanx in advance.

Member Avatar for ruhi
0
175
Member Avatar for nidhimalhotra

I am completely new to asp.net. I would like to learn it. Please guide me. 1. what are the main development tools that I can use.? 2. what is the system requirements for the tool.? 3. Can I download that tool for free. quick help will be greately appreciated.

Member Avatar for naman sisodia
0
92
Member Avatar for a2believe

I have been trying to understand how to use crystal reports in winforms.I know how to use do it in asp.net but i found out it is quite different in winforms. Does anyone have any codes to help?

Member Avatar for iamthwee
0
56
Member Avatar for Phoenix777

Hi I am having some problem, trying to cache a user control in my application(am using ASP.Net2.0). Here is a description of the user control 1. The user control is visible for most of the pages in my application. 2. It comes in only two versions. Initially one version is …

Member Avatar for Phoenix777
0
84
Member Avatar for siri75

Hi DaniWebGroup, This is Sirisha i have problem with drag and drop controls in .net 3.0 +Windows Presentation Foundation.The code is given below.My question is, without using Listbox or using with list box i want code in C#.net so that i can move stack panel containing complete controls to new …

0
51
Member Avatar for popson

[COLOR=#000000]CALLING NUMBERS IN VB6 using wav file +APIs[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]The following APIs were used in an application developed in VB5 and compiled in Win98 to read out call numbers from a doctor’s console to patients waiting at the doctor's reception[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]Public Declare Function mciSendStringA Lib "WinMM" _[/COLOR] …

0
60
Member Avatar for greeny_1984

hi everyone, i am doing a application on datagrid containing checkbox.when the checkbox is checked ,the textbox present in the next column of the datagrid must be visible otherwise it should not.can any one help in this matter. bye

Member Avatar for arjunsasidharan
0
118
Member Avatar for ruhi

hello everyone, i m trying to add row in database through this code: [COLOR=green]Private[/COLOR][COLOR=green]Sub[/COLOR][COLOR=green] btnadd_Click([/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] sender [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.Object, [/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] e [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.EventArgs) [/COLOR][COLOR=green]Handles[/COLOR][COLOR=green] btnadd.Click[/COLOR] [COLOR=green]Dim[/COLOR] rowNew [COLOR=green]As[/COLOR] System.Data.DataRow = DataSet31.Tables(0).NewRow [COLOR=green]Dim[/COLOR] temp [COLOR=green]As[/COLOR] Random rowNew.Item(4) = temp Response.Write(rowNew.Item(4)) '** DataSet31.Tables(0).Rows.Add(rowNew) DataGrid1.EditItemIndex = DataGrid1.Items.Count DataGrid1.DataSource = DataSet31 DataGrid1.DataBind() [COLOR=green]End[/COLOR] [COLOR=green]Sub[/COLOR] [COLOR=green]but …

Member Avatar for ruhi
0
74
Member Avatar for Fungus1487

i have two forms open in different frames of a page. form1 contains a tree and form2 contains an update method i.e. with text boxes etc to update this tree. is there a way that when i save i can reference the tree in the form1 from form2 ?

Member Avatar for Blackred
0
66
Member Avatar for jeromeshiju

I try to print out values from datagrid on button click.I hope I shall get answer from here

Member Avatar for arjunsasidharan
0
67
Member Avatar for vimalv

Hai all, i want to create an page with menu items ...on Mouseover it ll appear and mouseout it ll disappear...pls help me to do this.... Thanks...

Member Avatar for vimalv
0
133
Member Avatar for ptaylor965

I have a SiteMapPath control to display a breadcrumb style navigation. When i move from one page to another the SiteMapPath works correctly however when moving to the other pages the SiteMapPath disappears The SiteMapPath is located on a MasterPage along with some text and a TreeViewNavigation and they remain …

0
67
Member Avatar for reyhan12

Hello, I'd like to do something like this with my datagrid. [IMG]http://img.photobucket.com/albums/v342/reyhan12/Preview.jpg[/IMG] Something like the first column has 1 row while the 2nd column has 2. I know this is possible with ASP.NET but I'd like to try it in VB.NET. I know this is also possible with flexgrid control. …

0
75
Member Avatar for Fungus1487

say i have form 1 with a method SHOWME() and i want to call this method from form 2 (seperate window) cant his be done?

Member Avatar for NET-Developer
0
85
Member Avatar for greeny_1984

hi , i want to kwon the code for a simple popupwindow. can anyone plz share their knowledge with me. bye

Member Avatar for NET-Developer
0
88
Member Avatar for earlofroberts

This only occurs on a single page. New command buttons dropped on the page from the toolbox will not fire and event. ?? thanks, earlofroberts

Member Avatar for NET-Developer
0
139
Member Avatar for vimalv

Hai all in my page already have a tab control with some tabs..now i want to display a menulist when mouse over on it..how can i do this...i have some downloaded scripts..but all r create its own tabcontrol and menus...but i already have the tabcontrol....how to display a menu list …

Member Avatar for mohamed.nasirkh
0
83
Member Avatar for sibotho

Hi all I have a DropDownList in in one of my web application's Page, now i want to display the contents of that DropDownList in another Page. Can someone please show me the code for this in C#. When i try to use the DropDownList in this other page it …

Member Avatar for greeny_1984
0
97
Member Avatar for sajithkahawatta

i want to delete a selected row from the database.the entries of database is shown by a gridview and i do <OnRowDeleting="GridView1_RowDeleting"> in source code. i select and bind as follows. [mycode] string str = "select PNR,CreditCardNumber as 'Credit Card Number',EmalAddress as 'Email Address',PassengerName as 'Passenger Name',PassportNumber as 'Passport Number',IPNumber …

Member Avatar for Blackred
0
126
Member Avatar for Barefootsanders

Hey everyone. I'm trying to get a dataset to a page from a web service and im having problems. I have been using the MS page here: [URL]http://support.microsoft.com/kb/310143[/URL] and copied it exactly(o so i thought). And for some reason my datagrid (DataGrid1 in my program) is not being populated and …

Member Avatar for Barefootsanders
0
107
Member Avatar for rahulrv

Hi, I have an xml which looks like this: <Events> <Event xmlns="[URL]http://abc.com[/URL]"> <System> <Name ="abc" /> </System> <Manager> <Name ="abc1" /> </System> </Event> </Events> I use the following code to obtain the System node and it fails XmlDocument document = new XmlDocument(); document.Load("c:\\results.xml"); XmlNodeList tmp1 = document.GetElementsByTagName("Event"); foreach (XmlNode k …

0
60
Member Avatar for hendrikgunawan

Introduction Name: Hendrik Gunawan Nickname: HG Height: 5'11'' Weight: 170 Hair: Black Eyes: Brown Location: Indonesia Age: 25 Hobbies: Computer Graphic, BasketBall, music I'm 3 year exprienced software engineer specialization: asp.net, c#, OOP

Member Avatar for jbennet
1
29
Member Avatar for marina_meggy

A friend of mine had asked me to work on a site for him that he had purchased a word template from someone. I am currently having trouble with editing it. I attempt to change the background image to another image and change the button image also as said in …

Member Avatar for Patrick_Walsh
0
85
Member Avatar for Fungus1487

ok ive just started work for a company and second day in they have asked me whether its possible to convert there entire VB6 applications suite to asp.net making it available to run online for their clients. This is my first job outside uni and having played around with asp.net …

Member Avatar for jbennet
0
188
Member Avatar for dsilander

Hi I would like to run a javascript function (to confirm deletion) from a web control (asp:button) before posting back to the same page. I have read about how to do this in several places (mybutton.attributes.add... ) However, the fact that I have asp.net validation controls on my page means …

Member Avatar for airyce
0
204
Member Avatar for jcbraith

An interesting thing happened to me today. I'm converting an asp webpage to asp.net. One of my pages has functions from another file imported through the <!-- include file="myfile.aspx"--> format. When debugging, instead of stepping into the myfile.function, the debugger starts stepping through what appears to be a random segment …

Member Avatar for jcbraith
0
263
Member Avatar for Alice Jenn

Hi Everyone, Looking for ASP.NET 2.0 web host I have the right one for you check it out [url]http://www.thehosting-review.com[/url] Thanks, Alice Jenn.

0
57
Member Avatar for DeOiD

hi i've been making a small site in my pc using Visual Web Developer 2005 express edition and everything works. when i upload the project to a server it starts to give some weird errors. some i've already solved, others... the one annoying me rigth now it's this one: [INLINECODE]Compiler …

Member Avatar for DeOiD
0
123
Member Avatar for bhavna_816

i have created a web application in c# and ASP.NET1.1 that is having a button on click of which spawns a web page which is hosted on my localhost! i have given the URL to my friend.Now he/she access it . I want a alert box or some notification on …

0
47
Member Avatar for sibotho

Hi all I am using Web Developer 2005 express edition to create a site. It works fine except for the time out error i sometimes get. I do not always get this error but most of the time when i log in for the first time in the login page …

0
49
Member Avatar for usershan

Hi all , I want to disable a text box when i select a value from drop down list, but im not able to so can u please help me This is my code: [COLOR=#0000ff]Protected[/COLOR] [COLOR=#0000ff]Sub[/COLOR] type_SelectedIndexChanged([COLOR=#0000ff]ByVal[/COLOR] sender [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Object[/COLOR], [COLOR=#0000ff]ByVal[/COLOR] e [COLOR=#0000ff]As[/COLOR] System.EventArgs) [COLOR=#0000ff]Handles[/COLOR] type.SelectedIndexChanged [COLOR=#0000ff]If[/COLOR] type.SelectedItem.Value = [COLOR=#800000]"Income"[/COLOR] …

Member Avatar for usershan
0
84
Member Avatar for liquisite

I found a few posts on this forum related to this, but I was not able to find anything directly related to my issue. I have a login page (default.aspx) that works great for 90% of our users (mostly Macs). The other 10% (mostly PCs) report that they enter their …

Member Avatar for liquisite
0
100
Member Avatar for ArchanaB

Hi all, I have a field named [COLOR=red]'UserDeleted' [/COLOR]which is set to [COLOR=red]false[/COLOR] by default. Records shouldnt be deleted from the database but the field Userdeleted should be set to true when user deletes a particular record. when i click on delete button a gridview is shown with delete commanfield …

Member Avatar for ArchanaB
0
170
Member Avatar for kapil.goyal

I got this error Message. [B]Event Type: Warning Event Source: ASP.NET 2.0.50727.0 Event Category: Web Event Event ID: 1309 Date: 5/24/2007 Time: 10:34:10 AM User: N/A Computer: WEB Description: Event code: 3005 Event message: An unhandled exception has occurred. Event time: 5/24/2007 10:34:10 AM Event time (UTC): 5/24/2007 3:34:10 PM …

Member Avatar for kokkee
0
163
Member Avatar for die nadel

[COLOR=green]Dim[/COLOR] cb [COLOR=green]As[/COLOR] [COLOR=green]New[/COLOR] OleDb.OleDbCommandBuilder(da) ds.Tables("me").Rows(inc).Item(2) = txtFirstName.Text ds.Tables("me").Rows(inc).Item(3) = txtLastName.Text da.Update(ds, "me") Im getting a hard time on updating the database, What should I do to update or even add to the database. The code above is what I use but still it gives me an error. Please help. …

Member Avatar for die nadel
0
103
Member Avatar for Shruthi_R

i am using a gridviw to display values from database and using formview to insert values to gridview i have the following fields in formview during insert mode like Name : StartDate: EndDate: now when i enter the startdate the Enddate should automatically add 7 days to startdate and get …

Member Avatar for kokkee
0
105
Member Avatar for kokkee
Member Avatar for thirunavukaras

Hai,, i want to post data with screen scrap page.. i want to send from to destination station which class and date... i run the screenscrap.aspx page the posted data send to the request page with to display the posted page that is searched page..) here my code.. ScrapPage.aspx.... Public …

0
64
Member Avatar for BalagurunathanS

Hi All... I have a datagrid with values bound to it..I have two columns in the datagrid.The first column is the name field and the second column is age field..Now i need to higlight the highest age which is found in the datagrid..I want to differentiate it from other rows …

Member Avatar for mike.mclennan
0
88
Member Avatar for MohitB

Hi all members, i am new here in this site, realy it is a great site i am here to share me web experience with u people. i am a coder in asp and asp.net. from India reply welcome

Member Avatar for eXceed69
0
36
Member Avatar for mike.mclennan

[code] var ie4 = (document.all) ? true : false; var ns4 = (document.layers) ? true : false; var ns6 = (document.getElementById && !document.all) ? true : false; function openDesc(text) { if (ie4) { document.all["Description"].style.visibility = "visible"; document.all["TitleClose"].style.visibility = "visible"; } if (ns4) { document.layers["Description"].visibility = "show"; document.layers["TitleClose"].visibility = "show"; } …

Member Avatar for mike.mclennan
0
111
Member Avatar for Barefootsanders

Hey everyone. I have some work I have to get done for work and it involves ASP, .NET, SQL, and C# being developed on MS Visual Studio 2003. I was wondering if anyone had any resources out there for VS 2003? Mostly everything I find is for 2005 and we …

Member Avatar for Barefootsanders
0
113
Member Avatar for satees

Hi, I am creating website with using webservices and oracle database. In which i have expect the synchronization problem in future. So how to solve or prevent this synchronization problem through coding or any way. Any idea that would be great ! Thanks, Satees

0
62
Member Avatar for mike.mclennan

I am working with ASP.NET, C# and SQL Server. What I am trying to do seems simple enough, but is causing me alot of problems. I am trying to set up my DataGrid so that is updates only when i press the Update button. It is pulling information from 5 …

Member Avatar for mike.mclennan
0
111
Member Avatar for die nadel

[COLOR=#000080]Dim[/COLOR] cb [COLOR=#000080]As[/COLOR] [COLOR=#000080]New[/COLOR] OleDb.OleDbCommandBuilder(da) ds.Tables("me").Rows(inc).Item(2) = txtFirstName.Text ds.Tables("me").Rows(inc).Item(3) = txtLastName.Text da.Update(ds, "me") Im getting a hard time on updating the database, What should I do to update or even add to the database. The code above is what I use but still it gives me an error. Please help. …

0
55
Member Avatar for bmroczek

Good morning, I have created a registration page with a few little things built in to eliminate duplicate users. I am getting the follow error after clicking the register button: cannot find 'file://C:/CTGR/_access/%3C%=MM_editAction%%3E'. Make sure the path or Internet address is correct. Ideas on how to get this error to …

Member Avatar for kokkee
0
109
Member Avatar for jahuli

Is it possible to create a web based forum in visual web developer?

Member Avatar for kokkee
0
116

The End.