13,153 Topics

Member Avatar for
Member Avatar for queenc

hi i am new to php i have a javascript function [code=JavaScript]function delayer(){ var useri = document.getElementById('userid'); var passwor = document.getElementById('passwords'); window.location = "https://website.com/login.aspx?OPFirmID=86&UID=useri&PW=passwor"; }[/code] below i have a html code for textboxes for getting tat value,i want to pass them to aspx page

Member Avatar for Nithya.G
0
88
Member Avatar for mythi

Hi While i am adding an new uer to my application it need to check with the database for the availability of that user name can anyone help me with the coding

0
50
Member Avatar for mythi

Hi I am new to the dot net field i need to do my login page in which i need to give specific home pages for admin and other users i dont know how to do it kindly help me with some code for authentication for different users

Member Avatar for mythi
0
72
Member Avatar for painthu

Hi, I am trying to create a custom web control that inherits from System.Web.UI.WebControls.Gridview I would like to add a custom template field which has label control showing serial numbers, i am able to add a serial number column during run time in a normal grid view, but i could'nt …

Member Avatar for painthu
0
69
Member Avatar for priyamsc

hi, I am working in Asp.net 2005 with c#. In that new datas will be entered in a web form. then tat datas will be shown in administrator form. so when ever the new entry(data from database) is coming in admin form that time beep sound or alarm should come …

0
69
Member Avatar for icarium

Hi all, i've been studying asp.net lately in order to built a website (obviously). and then i started to be aware of the php vs asp.net battle, the thing that most concerns me is the cost issue that all php users talk about. could someone tell me what costs are …

Member Avatar for ericstenson
0
83
Member Avatar for toton

Hi, I want to save and retrieve ListBox selected Items in Cookies...................... I can do this for single selection............... Can anybody help me to do it for multi selection...........ListBox contains multi selection facility.................If an user multi select from a particular ListBox the selected values should be strored in Cookies.And also …

Member Avatar for majestic0110
0
101
Member Avatar for RandyRich

I'm new to asp.net and I have an oracle stored function with 3 input parameters that returns a string. The function is one that validates a user. I want to validate my users from Oracle. I'm trying to use the sqldatasource component to interact with my stored procedure but I …

0
63
Member Avatar for bala24

Hi guys, I got this strange problem which I can't seem to solve. I have this Iframe within a webpage and I am opening another page within this. This nested page contains two drop down controls. The selection of the first dropdown populates the second with some values. The selection …

Member Avatar for majestic0110
0
68
Member Avatar for plusplus

I am looking for a visual studio tutorial, can you suggest one? I have expirience working in visual basic and was asked by my boss to learn asp.net. So I got visual studio installed, and read a few sites about asp.net. the idea of visual studio looks very much like …

Member Avatar for majestic0110
0
131
Member Avatar for sudhakary_rao

Hi i am having listbox,i want to open a new window after doubleclick of particular item in listbox in asp.net

Member Avatar for majestic0110
0
312
Member Avatar for sonia sardana

In Vb.net, I do it in the foll. way-- Dim value as string [U]Button_Click[/U] For each value in combobox1.items combobox2.items.add(value) Next But it is not working in ASP.net. Plz de reply back.

Member Avatar for majestic0110
0
109
Member Avatar for toton

I have several listboxes in 1 page and there is a "search" button.Whenever user select any values from the listbox's and click search button the query fires and it is showing the desired results.But I want 2 more button on this page "save Query" and "Load Query". Requirment is: After …

Member Avatar for toton
-1
209
Member Avatar for Nithya.G
Member Avatar for majestic0110
0
274
Member Avatar for eswapna

Hi All, I am new to .Net. can anyone please tell me how to create loginpage in detail with steps and code. Thanks, Swapna

Member Avatar for vmadhu_ece
0
92
Member Avatar for Nithya.G

iam having "users" as root node and some name as childnodes . how can i load that into dataset. xmlfile: [code=XML]<users> <gg>hgjhgs</gg> <nithya>ggsg</nithya> </users>[/code] i need to load it into a dataset . or i want to countthe childnodes

0
58
Member Avatar for pranav_jog

How to add new row with columns containing data in asp.net table control. plz help me out. waiting for quick response. & how to store that data in database

0
61
Member Avatar for evios

Erm, how to split a string using comma separated into a table? Below is my code but the output seems weird: Lets say the row has 40 elements and 30 rows: [code] For Count = 0 To UBound(MyArray) For a = 0 To UBound(MyArray) Dim celNew As New TableCell() 'Dim …

Member Avatar for evios
0
135
Member Avatar for dskumar_85

hai friend's , have anyone have the idea that how to create the wesite like youtube ,matecafe and etc , that is how to design the page's , if any idea do u have or any link do u know please reply to me ... Thank's in advance...

0
60
Member Avatar for ardeezstyle

Hi! I've used these codes in my aspx document <script runat="server"> Sub change(sender As Object, e As EventArgs) lbl1.Text="You changed text to " & txt1.Text End Sub </script> And inside the HTML <body> tag I used this... <form runat="server"> Change text <asp:TextBox id="txt1" runat="server" text="Hello World!" ontextchanged="change" autopostback="true"/> <p><asp:Label id="lbl1" …

Member Avatar for majestic0110
0
237
Member Avatar for dheeraj mittal

Hi Friends, i am having a problem in create directory on local machine through Asp.net source code and coping file from website folder to my local machine through source code . by using File .Copy(DPath, savePath, true); that code generating Error : Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, …

Member Avatar for majestic0110
0
156
Member Avatar for Traicey

Im new to ASP and would like to know which one is the best when coding to ASP between VB.Net and C#.Net Thanx in advance

Member Avatar for majestic0110
0
141
Member Avatar for sandip250382

I want to design a real time file download button. Can anyone here provides the code? Thanks in advance.

Member Avatar for majestic0110
0
75
Member Avatar for nandhinijp

At the time of login Redirect to one page particularly.In my site Users can view some of the pages without login. My question is If i am in x page.At that page i want to use login page.After login I want to return that x page.But its constantly navigated to …

Member Avatar for nandhinijp
0
85
Member Avatar for evios

Basically i am having a big project, my idea is like this: From a text file, i need to rename the .txt extension to .csv, so that i no need to split line by line. Then, from the excel file, i need to select several fields that i needed to …

Member Avatar for Fungus1487
0
148
Member Avatar for ardeezstyle

Hi I've a query to ask...... The Page_Load subroutine runs EVERY time the page is loaded. If we want to execute the code in the Page_Load subroutine only the FIRST time the page is loaded, we can use the Page.IsPostBack property. If the Page.IsPostBack property is false, the page is …

Member Avatar for majestic0110
0
77
Member Avatar for ardeezstyle

Hi, In ASP.NET submit is the default button control. Having said that, I want to use command button control. Please show me the way of using the aforesaid with an example.

Member Avatar for majestic0110
0
54
Member Avatar for Nithya.G

iam having some elements in xmlfile , and i want to fill tat element's values in aspx file's dropdown. how to do. Ex: iam havin <font>Times New Roman</font> in xmlfile. now i should fill "timesNewRoman" in a dropdownlist . how to do.

Member Avatar for Nithya.G
0
76
Member Avatar for ansari.wajid

Hi I have 2 tables in database as follows: table1: id name state id 1 aaa 1,2 2 bbb 1,3 table2: id state 1 ak 2 ny 3 jk so the problem is that I want to display all the data of "[B]table1[/B]" in a gridview and in place of …

Member Avatar for ansari.wajid
0
94
Member Avatar for kaushik259106

Hope i am posting in the right place. Any pointer will be helpful. Am a learner so pls bare with me.. Thanks for that :) I was just wondering if i want to make a simple web apps (Say a user data will be saved to sql db) which of …

Member Avatar for kaushik259106
0
163
Member Avatar for DeepakDotnet

Hi This is .NET webservice related query .. How to get virtual directory url (to which webservice is configured) inside webservice class ? I have webservice running.I want to get virtual directory url say "http://localhost/CaseWork " within webmethod of webservice. is there any API to fecth the url ? Thanks. …

0
69
Member Avatar for sudhakary_rao

I want to develop a chat application using asp.net.i have searched for many applications where i can send message to multiple users but noy for specific user.Is there any application just like yahoo or gmail.

Member Avatar for majestic0110
0
38
Member Avatar for nandhinijp

Hi, I want to add comments in mysite.That means in my site i have the photos,user will leave the comment for that photos and also I want to reject some comments.How to create comments..Now i am using database to store the comments like their msg and name posted timings.But i …

Member Avatar for nandhinijp
0
65
Member Avatar for brightline

My web page contains a treeview. when the user select a node, how can I reset the selection to nothing i.e, making that no node is selected. thnx in advance.

Member Avatar for majestic0110
0
91
Member Avatar for Narasimhan

HI Friends, I am doing my project in a Web Application... Its about the tracking system.... I am actually very new to it.. So I need ur guidance... I am using 2 listboxes in a form for displaying the reports... In that one listbox will contain the details of the …

Member Avatar for Narasimhan
0
89
Member Avatar for ardeezstyle

Hi ! This is Me.... I want to start learning ASP.NET. I have done ASP and know the basics. So I just want to share the views of all the other members of this forum so that I actually learn the aforesaid subject very nicely.... Thanks Rupam 06/may/08

Member Avatar for ardeezstyle
0
153
Member Avatar for Nithya.G

iam having usernames and user id in an xml file and iam having a .net apllication , when i give the username and password it should check with xml file and it should login if it is a correct user, otherwise it should not login. i need code for this …

Member Avatar for raj416
0
275
Member Avatar for mjzammit

Hi i am getting the following error when running my web application Server Error in '/' Application. -------------------------------------------------------------------------------- A potentially dangerous Request.Form value was detected from the client (TextBox1="<html><head><meta ht..."). Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This …

Member Avatar for majestic0110
0
131
Member Avatar for Narasimhan

Hi, I hav got 1 more doubt.... I am trying to save the state of the page in c#......i am loading an image....after i vil be placing the image over that and save the coordinates of the moved image.....once i click save button...the page is getting refreshed...but the page should …

Member Avatar for majestic0110
0
68
Member Avatar for brightline

I have a web page that contains a treeview. The problem: when the user expand a node the treeview height increases and so the positions of the controls below the treeview goes down. I want to solve that problem by butting the treeview in a panel or by any other …

Member Avatar for vikramrsingh
0
62
Member Avatar for manjusaharan

Hi all, I m new to asp.net . I am getting problem in using a dll residing on webserver from webservice. I m getting the following error. "Retrieving the COM class factory for component with CLSID {83767D91-FAC8-471D-935A-1A3D04D779C0} failed due to the following error: 80070005." Though the DLL is registered on …

Member Avatar for manjusaharan
0
74
Member Avatar for Oxiegen

Hi! It's been a while since i last posted, and now I'm in need of some expert assistance. I've found this Control written in C# with .NET 1.0 on vbAccelerator and wanted to use it with my current project. I decided to convert the entire code to VB.NET but one …

Member Avatar for Oxiegen
0
224
Member Avatar for evios

to make it easier, i need to loop through all the radio buttons so that it is more manageable, i use the code below: [code]Me.Controls("RadioButton" & i).Checked = True[/code] However, i get this error message: Checked is not a member of System.Web.UI.Page Anyone know what is the problem? Thanks....

Member Avatar for sierrasoft
0
76
Member Avatar for Soteriologist

I have a datatable that I'm trying to use for storing a matchup between two columns of dynamic controls (a span holding data on the left is matched up to choices from dropdownlists on the right). I want the datatable to save and store the data between postbacks but it …

Member Avatar for sierrasoft
0
126
Member Avatar for successalways

hello i am Anand kumar .. the below is the error discription after hosting my web page.. [url]WWW.rxthirdeye.com[/url] is the webaddress... i hope u will provide me suggestion to clear it... Description: An application error occurred on the server. The current custom error settings for this application prevent the details …

Member Avatar for sierrasoft
0
121
Member Avatar for acwbrat

I am very new to ASP.net and never used this feature before. I am trying to generate a code that will generate random numbers. The numbers must be in the range from 10-100. This is what I have generated. However, I am still running into some difficulty. [code] // test.aspx.cs …

Member Avatar for majestic0110
0
135
Member Avatar for ericstenson

Hi - This is really annoying. For some reason, the Find & Replace window no longer displays in VS2005. It seems to be locked in the toolbar. Any ideas on how to get the window back?! Thanks, Eric

Member Avatar for majestic0110
0
118
Member Avatar for fujilec

erm, i am learning on how to make the data table. Hence i get a complete source code from the internet together with the files needed, this include the.aspx file and . aspx.vb file that need to be executed. However, when i run it using browser, it show nothing. May …

Member Avatar for majestic0110
0
84
Member Avatar for soniataneja

Hello, How to call a webservice developed in asp.Net to and ASP page. Im actually trying to display some data which is on other website is there anyother way to do it.(if u have worked with google maps API using the maps in your own website somthing similar to that …

Member Avatar for soniataneja
0
86
Member Avatar for jituraj

hi, I have to make complex report. i have to join many tables in single report. & when i will click on 1 button that time it should be export to excel. each tables should display in individual grids. in excel within field. is it possible.plz help me

0
42

The End.