13,936 Topics

Member Avatar for
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
55
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
66
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
155
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
276
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
132
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
77
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
87
Member Avatar for mjzammit

Hi i am working on a project, ASP.NET Web Application and i want to highlight a number words which would have been found programatically from the textbox. To find a string in the textbox i managed to do, my problem is to highlight the text found in the TextBox. I …

Member Avatar for musawenkosi
0
80
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
Member Avatar for fujilec

Anything wrong with this code? [code]If DropDownList1.SelectedItem.Text = "xxxxxxx" && RadioButton1.Checked == True Then.....[/code] problem solved, however, how can i make the radio button can only be checked once, and then unchecked? Because once i already checked it, it cant be uncheck again..help..thanks

Member Avatar for ericstenson
0
63
Member Avatar for brightline

I have a gridview in my web application this gridview contains a select button I want when clicking on this button, a [COLOR="Red"]popup window [/COLOR]appears showing some infrormation about the selected row. I am using asp.net 0.2 Thanks in advace.

Member Avatar for ericstenson
0
82
Member Avatar for mjzammit

Hi i am working on a project, ASP.NET Web Application and i want to highlight a number words which would have been found programatically from the textbox. To find a string in the textbox i managed to do, my problem is to highlight the text found in the TextBox. I …

0
54
Member Avatar for Jahira

hi all, i'm hvng dropdownlist for country by getting values from Database(SQL SERVER).Now in Drop Downlist,the default value should be in "Select Your Country"... I'm too new to .net.will u help me solve this issue.. Dis is in asp.net with vb Thank u..

Member Avatar for Jx_Man
0
126
Member Avatar for Jahira

hi, i'm hvng signup form with so mny fields n also hvng validation.in validation summary..the summary is displaying..I needd the summary should be align in format...in asp.net 1.1 with vb how to do that.

0
60
Member Avatar for mrkcse

[code] Hi all, iam developing one web application using asp.net ,c#.net which is basically for online examination How to generte random questions which are stored in the questions master while creating exam and while user attends the exam. please help me [/code]

Member Avatar for ChaseVoid
0
108
Member Avatar for kheat

Hi All, My company runs an old custom built classic ASP web site with oracle 9.2.0.1 as the database. Recently they hired a few developers to build another asp.net application with odp.net10. Now we are unable to run both applications at the same time on our web servers because of …

0
33
Member Avatar for evios

Hi everyone, i am a newbie in ASP.NET. I currently working with tonnes of data obtained from the machines, by means to categorize it and display it in the form of graph and chart. The data source will be just the text files generated by the machine each hour, so …

Member Avatar for ericstenson
0
69
Member Avatar for migsyandoc

hello to everyone i have a program that can update the data that you've edited in the gridview design the problem is whenever i have 3 records in my database and i edited one of them in the grid view all of them gets updated.. can anyone help me with …

Member Avatar for ericstenson
0
88
Member Avatar for priyamsc

hi, I have gridview in my application . in tat i have some fields as wel as 2 template colum which has linkbutton and check box. i have written coding in GridView1_RowCommand() so it fires for link button properly but when i check the check box it wont fire..where as …

Member Avatar for priyamsc
0
186
Member Avatar for RandyRich

I'm just getting started with asp.net. Currently I'm using visual web developer express and sql server express. I've created a small project but find when I run it in debug mode it works great. When I try to access it from another browser window I can as long as I …

0
74
Member Avatar for akpaga

i have a progress bar and export to excel button on the same page. after the progress bar response is being flushed, the excel content is not being sent. both are conflicting with the http headers and i am getting the error "server content cannot be reset after http headers …

0
49
Member Avatar for deryl1974

Hey Guys, I have a chat application which is a windows client / server chat. I now want a web page to interact with this chat server. Its a simple chat app. 1. The chat server waits and listens. 2. The client connects then can see all the online buddies. …

Member Avatar for deryl1974
0
93
Member Avatar for vishakha_ate

Please can anyone help me out to solve my problem. m developing one site in which i want to send one page to friend. now m using System.web.mail and using the method in that. but its not working. so Please can anyone give me the code to send the mail.. …

Member Avatar for vishakha_ate
0
108
Member Avatar for navvin_20

Hi I am a beginner to asp.net. Could any one please help me ... I have a database table with two colums ( column one has all the countries and column two has all the capitols of that particular country.) In my .aspx page I have a dropdown list and …

Member Avatar for gangu.madduri
0
96
Member Avatar for sonia sardana

[B]1)[/B] What is string name?? [B]2)[/B]Can you have two files with the same name in GAC? [B]3)[/B]What is CAS?? I know just the full form Code Access secuiry. It is used for defining permissions. Which kind of permissions??

0
51
Member Avatar for santoo

hi, how can i display the range of record being shown in the page.. i.e like "Showing 15-25 of 100 records". thanks.

0
91
Member Avatar for a4tech

Hai... How can is actually to adding hyperlinkcolumn in datagarid ? I have 2 forms which are viewtopic.aspx and viewposttopic.aspx. [U]Form_A.aspx[/U] having <asp:hyperlinkcolumn> and datagrid. the hyperlink that auto created supposely will navigate user to Form_B.aspx and display informations based on category. For example, if user click Entertainment, in Form_B.aspx …

Member Avatar for dskumar_85
0
86
Member Avatar for zoekeen

What is up everybody.... I am building a new website in ASP.net and need some inside info on building a database driven mp3 site for my sound design company. Any advise on components I can buy or tips would be awesome. Just need to have about 200 mp3's in my …

Member Avatar for zandiago
0
28

The End.