13,153 Topics

Member Avatar for
Member Avatar for ajwei810192

Hi, I am wondering if anyone on the list could help me search an xml file based on the user input. Right now, I have two separate files, one that shows all the data from an xml file, and the other is a simple web form with a button like …

Member Avatar for ajwei810192
0
545
Member Avatar for loveforfire33

Im trying to get the values of checkboxes in a datalist and then display them in a label on a page, but im getting a nullreference error. on the line... if(chk.Checked) i know these errors are asked for alot, but after researching i cannot find whats wrong :( please help! …

Member Avatar for dnanetwork
0
112
Member Avatar for pdthiep

1) Script Title: Ajax Tabs Content Script - Invalid State Problem 2) Script URL (on DD): [url]http://www.dynamicdrive.com/dynamici...tent/index.htm[/url] 3) Describe problem: Im using Ajax Tab script in my ASP.Net application. i have GridView in each tab. In the GridView i have added the bound fields and also in the Grid's RowCommand …

Member Avatar for kvprajapati
-1
219
Member Avatar for sureshrajanmca

cannot close the page in mozilla, so i set dom.allow_scripts_to_close_windows true manually. then i used window.close() its works fine. my problem is, i want to set dom.allow_scripts_to_close_windows enable true automatically using javascript code, its possible are not?

Member Avatar for kvprajapati
0
71
Member Avatar for ajwei810192

Hi, I am wondering what I might be doing wrong here regarding getting the XML Attribute of my xml file, here is a snippet: [CODE]<music_songs> <song> <title>(I Just) Died In Your Arms</title> <date added="03-24-2009" /> </song> </music_songs> [/CODE] Here is my code, [CODE]<%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.XML" %> …

Member Avatar for ajwei810192
0
134
Member Avatar for tuomari

I'm trying to populate datagrid with only 5 newest results from access database. I have tried using TOP 5 parameter but for some reason it gave 5 last results and not 5 newest. And if i put order by desc, it would show the newest, but the newest result was …

Member Avatar for mikev2
0
99
Member Avatar for ajwei810192

Hi, I have written up this simple asp.net page that pulls data from a long xml file and shows information in a table format. Everything is working properly, except that I cannot get the scrollbar to work. So, if I want to read the stuff that is on the lower …

Member Avatar for ajwei810192
0
315
Member Avatar for mr webster

Hi Guys, I was hoping to get some help from any of you asp.net experts in getting an issue im having when trying to convert asp page to asp.net. I used a converter that reports the convert had no errors. Error happens at 105 Here is the code [CODE]<%-- Generated …

Member Avatar for mikev2
0
324
Member Avatar for hiks

hi all anyone can help me .. how to using aspxgridview devexpress with 2 keyfield or more thank for advance

Member Avatar for amrita86
0
63
Member Avatar for Tellalca

I have a details view and SQL data source. In the details view i can fill the form and add the data to the database and then view this database in another page. I have a "Date" row in the details view where must insert the date info. I want …

Member Avatar for dnanetwork
0
72
Member Avatar for needanswer

This program: edit select delete id etc. (outside under gridview) textbox1 textbox2 addbutton cancelbutton [CODE]] <asp:GridView ID="GridView1" runat="server" AllowSorting="True" AutoGenerateColumns="False" DataKeyNames="id" BackColor="White" BorderColor="#999999" BorderStyle="None" BorderWidth="1px" CellPadding="3" GridLines="Vertical" > <RowStyle BackColor="#EEEEEE" ForeColor="Black"/> <Columns> <asp:TemplateField ShowHeader="False"> <EditItemTemplate> <asp:Button ID="Button1" runat="server" CausesValidation="True" CommandName="Update" Text="Update" /> &nbsp;<asp:Button ID="Button2" runat="server" CausesValidation="False" CommandName="Cancel" Text="Cancel" /> </EditItemTemplate> …

Member Avatar for dnanetwork
0
110
Member Avatar for ssnaphade

Hi dudes, I want to get a browser close event(X) in firefox browser. My Requirement: I have code for the same but it's works only in IE not in Mozilla. Application should alert me when browser close not for refresh page or navigate one page to another n it's should …

0
53
Member Avatar for ajwei810192

Hi, I wonder if anyone has tried to have multiple subroutines in ASP.NET and have one call the other. For example, if the first one is called message(), and second is login(), if login() tries to call message(), how do you do that? Or, is this not a common practice …

Member Avatar for Freon22
0
121
Member Avatar for needanswer

I have a gridview with access and built with "select","edit" & "delete", the outside under gridview with the "add","cancel" buttons. details: select edit delet id name etc. Textbox1 Textbox2 add cancel ALL THE BUILT SELECT,EDIT,DELETE WRER WORKING, ONLY THE "ADD" BUTTON WAS NOT WORKING. So, I rebind the gridview with …

Member Avatar for dnanetwork
0
106
Member Avatar for umair.sabri

how to restrict the page to be browsed in the other browser with the same urls with out logging asp.net & c#.net.

Member Avatar for dnanetwork
0
141
Member Avatar for ajwei810192

I have a ASP.NET snippet where I would like xsl to apply to the xml. For some reason, I get runtime errors when I use TransformFile to try and transform the xml. Here is the aspx, <%@ Import Namespace="System.Data" %> [CODE] <form runat="server"> <asp:Repeater ID="myMusic" runat="server" DataSourceID="XmlDataSource1"> <HeaderTemplate> <table class="songs"> …

Member Avatar for dnanetwork
0
208
Member Avatar for ritika_khanna

i am doing online railway reservation project in vb.net. i want to know when i click on one radiobutton of trainno and then after clicking on submit button it display corresponding routes from database. i am using oracle as backend.please tell me urgently.

Member Avatar for kvprajapati
0
106
Member Avatar for loveforfire33

Hi, im making a application and am stuck :) the page has 3 radio buttons, if the user has selected one i want the page to go to page2.aspx if the user hasnt selected one i want an error message to be displayed (lblErr) and no navigation to happen. im …

Member Avatar for dnanetwork
0
117
Member Avatar for deepika.5301
Member Avatar for satiss7pwr

Hi all, I am trying to do what I thought would be a simple task: connect to a foxpro database, that resides on another machine on our network, through .Net. I get the following error: //windowsrv//f$//GSD//DEPO//L1//' is not a valid path. Make sure that the path name is spelled correctly …

Member Avatar for satiss7pwr
0
254
Member Avatar for Uzumaki52

Hi, I have a Edit Button(which is a Image Button) and when I click that ImageButton a new browser window should open and it should load the values previously entered by the user. The new window should contain the old values and now should be able to edit them. For …

Member Avatar for jbisono
0
244
Member Avatar for dotnextnewb

Hello, I am using a Menu Control & I have added Items in Menu Item Editor (both root & child). But in the browser the child items are not displaying. Running perfectly when my lecturer showed in his pc. When I searched for this problem, I have seen some solutions …

Member Avatar for dotnextnewb
0
203
Member Avatar for cgoasduff

Hi There, I have been scouring the web for an asnwer on something I would have thought was quite common. Any help would be greatly appreciated. I have a database which contain job ads/ I have one table "dbo.tbl_jobadvert" which contains the ad itself and another table "dbo.tbl_jobFiles" which contains …

Member Avatar for cgoasduff
0
113
Member Avatar for MARKAND911

I have stored a page's designing code in database i.e. code between <html> </html> tag. Now i have a page named "star". I want to load this stored designing in to this page when I click on a button named "Show".

Member Avatar for dnanetwork
0
30
Member Avatar for fawadkhalil

Hi all In search engine optimatization im stuck at the point that how should i rewrite urls for my application. i have searh through net but i dont understand how should i get start and how shuould i do this. Any help will b greatly apprecatied...

Member Avatar for murugavel84
0
79
Member Avatar for visweswaran28

Hi, I am using itextsharp-5.0.2-dll trying to create pdf from html. In that I am using HtmlParser, I dont know what should I import for this. still It getting error due to this. Can any one help me

Member Avatar for PierlucSS
0
89
Member Avatar for udayasankark

Hai All, i need to display the datalist by Country wise and the City wise.(Asc order). My database have all my store address details. i need to display all stores according to country and city wise of the country. how to display using Datalist. i need to fetch data from …

Member Avatar for kvprajapati
0
506
Member Avatar for jellybeannn

Can someone please help me to create a circular reference I need to add a to b and b to a. I've been looking everywhere can this be accomplished with enum or structs? Please help me

Member Avatar for dnanetwork
0
103
Member Avatar for Dhammakirty

hello everybody , i am doing my project(using asp.net/c#) in which i have to save incoming mail on harddrive & delete them from inbox .So plz guid me about this problem. Tell me code .Thanx in advance ......

Member Avatar for dnanetwork
0
54
Member Avatar for aliensXY

ASP.NET, C# I dynamically generate few textboxes. When click on a submit, the page refresh itself. It hides a Panel with those textboxes and shows another Panel. In that panel I need to get texts from the textboxes in the previous Panel. I saved generated textboxes to Session and retrieve …

Member Avatar for bombuchu
0
1K
Member Avatar for SJai

Hai friends i need Need ItemTemplate Value as a default Value in EditTemplate DropDown List in ASP.NET. If anybody have the idea pls let me Know as soon as possible Thanks in Advance

Member Avatar for dnanetwork
0
153
Member Avatar for SiahCheePing

Is there anyway to solve password management for Active Directory. I mean like a user forgot password and needs to reset it? Is using an Active Directory Administrator account to reset the password the only way? Which is probably the most suitable method for VB.NET programming? <Method 1> Login.aspx->RetrievePassword.aspx->specify username->User …

Member Avatar for dnanetwork
0
142
Member Avatar for Z_KiNGPiN

Google Maps Control in ASP.Net or something like that ... well to get to the point directly ... what i am searching for is embedding Google Maps in my ASP.Net page, want to use the Direction feature that Google Map provides. Now the problem is, although Google Map gives a …

Member Avatar for Z_KiNGPiN
0
206
Member Avatar for maria_mj

How to deploy asp.net (visual studio 2008) web application on a remote server? I am developing a web application in visual studio 2008. I want to deploy the application on a remote server. I have try a few ways on how to do it based on reference from internet. But, …

Member Avatar for abhinaba
0
195
Member Avatar for loveforfire33

Hi, im learning ASP.net and SQL Server and im verrrry new! i have followed an excellent tutorial (and besides some authentication issues with SQL Server it has gone swimmingly) :) ([url]http://www.aspsnippets.com/Articles/Display-images-from-SQL-Server-Database-in-ASP.Net-GridView-control.aspx[/url]) however im struggling to understand exactly what i have done in this tutorial (obviously following a tutorial is easy …

Member Avatar for loveforfire33
0
117
Member Avatar for clausont

I am pretty new to asp.net and I am trying to make a simple form with a few textboxes and dropdown lists. I am using Visual Web Developer 2008 express. The customer enters their information in the web form and hits the submit button. When the submit button is hit, …

Member Avatar for finito
0
101
Member Avatar for shithindas
Member Avatar for Weilbach

Hi all. I am new to asp and would like your help on a problem I am having. I have a gridview and a button. The onclickevent of the button must place a certain value from the gridview into an int variable. The value I am trying to get from …

Member Avatar for dnanetwork
0
131
Member Avatar for jellybeannn

Hi I'm coding in c# and I'm usiing the IIR function of Microsoft.VisualBasic. I need values for 6 years that's 72months [code] if (i <= 72) { values[i] += C158_Calc; } B162_Calc = Financial.IRR(ref values, 0.1) * 12; row9["Month1"] = String.Format("{0:#,###,###,###.##}", B162_Calc); [/code] this gives me this error: Arguments are …

0
90
Member Avatar for shumaila iqbal

can u help me how to generate a database access connection to the asp.net in C# website.plzzz!!!!waiting

Member Avatar for dnanetwork
0
37
Member Avatar for ajwei810192

Hi, I am really new at ASP.NET, and I am wondering if there is a good way to extract XML attributes from ASP.NET. The example I am reading is here: [url]http://www.w3schools.com/aspnet/aspnet_datalist.asp[/url] Suppose I fix the XML snippet to: [CODE] <catalog> <cd> <title>Eros</title> <artist country="EU">Eros Ramazzotti</artist> <company>BMG</company> <price>9.90</price> <year>1997</year> </cd> </catalog> …

Member Avatar for ajwei810192
0
138
Member Avatar for ajwei810192

Hi, I have the code here as in the following: [CODE] <%@ Import Namespace="System.Data" %> <%@ Page Language="C#" Debug="true" %> <script runat="server"> sub Page_Load if Not Page.IsPostBack then dim mycdcatalog=New DataSet mycdcatalog.ReadXml(MapPath("alice_music_list.xml")) cdcatalog.DataSource= mycdcatalog cdcatalog.DataBind() end if end sub </script> <html> <body> <form runat="server"> <asp:Repeater id="cdcatalog" runat="server"> <HeaderTemplate> <table style=";font-family:Arial;width:56%;margin:1em …

Member Avatar for ajwei810192
0
546
Member Avatar for Z_KiNGPiN

I need to host a [B][COLOR="Red"]temporary [/COLOR][/B]website at my home PC for a small project that will include Asp.Net i am running Windows 7 at home, can any one help me out there ? is it even possible ?

Member Avatar for dnanetwork
0
110
Member Avatar for rttrade99
Member Avatar for murugavel84

Hi Buddies, Can anybody give me the sample to do sql connection through windows authentication through asp.net? I was tried lot of ways. but it throughs empty value for the username and access denied. Please help me to solve this issue.

Member Avatar for dnanetwork
0
113
Member Avatar for visweswaran28

Hi, I want to set word wrap in gridview. I tried with div tag, I creates horizontal. and I also tried by setting width size, that also yielding same result..

0
62
Member Avatar for iamchamith

Hi Friends, I am use asp.net with C#.net as code behind file... I put asp Dropdown list box to my aspx page.. when at run i select item from Dropdown list box and refresh or post back this aspx.the value of Dropdown become first...How i get previous value...I want dropdown …

Member Avatar for reach_yousuf
0
160
Member Avatar for Duki

Hey everyone, I'm using C# ASP.NET and am trying to bind a field in my SQL database to a label. I have a combo box working OK with my database right now, and I want the label to change when the combo box changes. Could someone give me a hand? …

Member Avatar for ozgkrc
0
64
Member Avatar for maxish

Hi, I have C# .net application which reads data from the serial port and launches a new thread to process the data when all data has been read (end of data is determined by timing constraints). I create a new object where the thread will run, copy the data that …

Member Avatar for PierlucSS
0
173
Member Avatar for killoldesai

Hi, Can anybody share how to import Gmail, Yahoo and Live contacts via ASP.NET ? Best Regards, -Killol

Member Avatar for karthikdotnet
0
151

The End.