13,153 Topics
![]() | |
Hi all I am creating an asp.net site in Frontpage and want to use Abyss web server for tesing my files. Since Frontpage does not use the virtual server like what visual studio does, it requires a third part virtual server, hence the use of Abyss server. I am having … | |
i want to have a link on my web form, where when i click on a button, a form will open. ALA pop up style. any idea what are the codes? | |
I want to show videochat facility on my custom web page in C#.net. if anyone have code or link to code,please reply ASAP | |
I have created a custom user control which contains a radiobutton and some another controls. In my page, I use more than one instance of this control, so the user can check the radiobutton of all the instances of this control. the question: How to force that only one radiobutton … | |
I want to read data from excel file(2007). files are in folder, I want to target some cells to pick data from them. Kindly ! help me out !! | |
if you need to upload larger files, you will need to alter this value by changing the httpRuntime maxRequestLength property to the desired value; at the same time you may need to increase the executionTimeout property to a greater value as well in order to support longer upload times. Take … | |
hello Friends, Iam new to ASP.NET and i want the free ASP.NET book with examples in that can u please provide me if u have any Thank u Rakesh Nagekar | |
Hi, I am unable to create a new database within Visual Studio. I can however create a database in SqlExpress and then see it in Visual Studio, but once in Visual Studio I can’t seem to do anything, e.g. If I right click the ‘Tables’ icon within a database in … | |
When I build my project, I didn't receive any errors but when running and entering in data, I get this error: [COLOR="Red"]Invalid Login, please try again! System.InvalidOperationException: ExecuteNonQuery: Connection property has not been initialized. at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Login.DBConnection(String … | |
I am currently working with onlize quiz. Is it possible to disable CTRL, ALT, other keys and status bar? My concern is to secure my page such that nobody can copy any data displayed in the page. How can I do this in ASP.Net using C# as my script? | |
im creating web page using html control. and also write JS function in that file. Now my problem is i want to call that JS function from mypage.aspx.cs..... validation is done in that JS function. | |
Hi my name is Abdul munawar I am using two optional radio buttons in asp.net front end,... but ui have store single option in databse.. wat is the coding to select single Like male or feemale 2) buy or sell So i need to write the code for selecting value … | |
HI My name is Abdul Munawar. I am new to Asp.net, but i am very interested to study hard.. I want t o become a good developer.. My question is 1) I am using fname, lname, email, cellno , male or female ( radio button). in this radioi button, i … | |
how to creat a menu bar & master page of classified (normal requirements).....plz help me ,urgent plz help me.thank u | |
I want to begin a new project for company the project about Document Management System over internet In ASP.NET and SQL server they want to uploade the file and download ,edite file delete the company has main office it connect to 9 company how can i know the table first | |
HI! i'm currently developing a site using visual web developer 2008. I want to add a component, a .COM component (openh323.ocx). What i did was to create a new tab in the toolbox and right clicked it and chose Choose Items then i clicked on the .COM tab and browsed … | |
I am using asp.net 3.5 and a sql server database. My host is godaddy. I was able to login before I deployed my website but now I am just getting the failure text of the login control. Can someone please help me? | |
hi i wish to start a gaming site. but i have no ideas. how to start. what should be there. can ay one help me? | |
how to create dynamic menu using c# in asp .net. i need with codings.. or with example. Thanx in advance Nithya | |
Hai All, I want to create crystal reports dynamically, I don't know the columns i will take it from database at runtime, im getting all data into one dataset and im convrting dataset into xml schama, then im using that xml schama in crystal reports,there i drag n drop all … | |
hey all does any one knows how to create a dynamic crystal report? the user must insert a data and the report must then be generated according to this data. thanks in advance | |
Hi all, We are trying to talk through .NET web service to retrieve some data from a windows system. We are using Python and SOAPpy (which is SOAP compatible with python) for this. We are able to talk to the system using this web service and is also able to … | |
Hi all, Wondered if you can help with this problem. I have created a report in Crystal reports that is accessed by an application created in VS.net 2005. The report relies on the user inserting parameters to filter the report but when the report is accessed via the application the … | |
Hi I am trying to learn asp.net. Can anyone suggest me a good book which will teach developing asp.net applications from IDE(VS2008 or Visual Web Exp Edition 2008). I mean directly opening the IDE and placing the controls and changing the properties the controls. Even small concepts also explained through … | |
Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) … | |
I want to automatically send an email to customers on a set date. So if it is know in the database that the due date is July 11 2008 then the sql server has a schedule task … and it triggers a asp.net page to be run that sends the … | |
Hi im developing an asp.net report using vb language. I created the report previously using datagrid,which works well when i click the export button. It downloads the datagrid to excel format. But now i need to add anew header to the report,so i changed to using table which seems as … | |
I put a tabIndex=0 on my textbox and tabIndex=1 for a button. The focus is on my textbox. After the first Tab, it also jumps to the URL address and get to my button only on the second tab. I believed the problem comes from the fact that each control … | |
can someone please help me.. im working on a nested gridview where the parent gridview displays the majorcategory while the childgridview displays the material, unit cost, quantity, total etc...my problem is whenever i clicked on the compute button it does not compute subtotals..meaning it continuously add the value. i need … | |
Hi, I want to export crystal report fom ASP .Net in word format. I am able to export crystal report but it dosen't give be the Word toolbar as we can see in the when Msword document is opened. oStream = DirectCast(Me.reportdocoument.ExportToStream(CrystalDecisions.[Shared].ExportFormatType.WordForWindows), MemoryStream) Response.Clear() Response.Buffer = True Response.ContentType = "application/msword" … | |
hi friends! m new to asp and getting d following error when trying to run a code: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. please guide … | |
I want a free smart asp.net datetimepicker or datepicker control. thnx in advance. | |
![]() | Hi, I'm currently developing a master page for an ASP.NET web site. I would like the page to have a footer that "sticks" to the bottom of the page, but can move downward if the content above it gets to large. I've looked around but really I'm just lost and … ![]() |
hi, iam having an application in which i need to validate all the fileds present above a particular field when user clicks on any field present in a page.similar to this link [url]http://my.naukri.com/manager/createacc2.php?othersrcp=5424&wExp=N[/url] is this possible using validator callout extender. can we use javascript to achieve this functionality. if thru … | |
[code=PHP] Name: <?php print $_POST['nameField']; ?> br/> Age: <?php print $_POST['ageField']; ?> <br/> Comment: <?php print $_POST['commentField']; ?> <br/> [/code] [B]How do I do the same thing in C#?[/B] Thanks:?: | |
Hi friends, There is one small problem for me regarding the data access..... Iam creating one FormView and iam connecting it to the SQL-server to access the table data..in that table iam creating a field without entering any value By using the FormView iam entering the value dynamically and iam … | |
Hi, I have this application that logs call durations and allows user to enter details about the call. I am having a problem with the functionality in a peculiar case. The application validates inputs through JavaScript and prompts for errors through alert messages. The counter has been coded through a … | |
Ok, I know I've asked this before but am yet to get a convincing answer. Unlike VS 2005, its very difficult to position controls as desired (at required location) in VS 2008. The Absloute Layout thingy does not seem to work correctly. What is the best way to go about … | |
Anybody knows what tools to use in order to create a simple webcam functions in a website using ASP.net? the webcam can take picture and save that picture. heLP! :( | |
I have seen code for graph in dotnet, i Entered all code executed, it is executed successfully but result graphis not comming . It is giving some message about xmlfile or some text is missied | |
anyone knows step by step how to create a search button and how to link it to the database? the motive is to search the ID number of the students from the database. | |
Hi all, I am new in ASP.NET and still learning, i would to create a master page but i quite stuggling with the layout on where should i start, so please help me. | |
Hi Guys, I am Implementing a site which provides Files for Download afte they are purchased online. The files for download need to be accessable to download manager after only the user logs in. and also the file download url should be active for only a specified period say(7 days). … | |
Is there any easy (as in programmatic) way to make sure that every theme in the ASP.NET App_Themes folder for an application has skin definitions for all of the same controls. For example, if an application has 3 themes and a new user control was added to a page, is … | |
Hi everyone out there, I am a novice in Asp.net therefore need all your helps. I have to create a multiple search engine similar the Google advanced book search and Amazon book search. It will be multiplied text fields, drop down list and so on. I have the problems connect … | |
Wow! Last time I posted on here, I found it to be the most comprehensive plethora of genuises on the planet. And hence it has become like an ambulance to me when I have a disaster on my hands. I am trying to set up a system on my site … | |
I'm developing web application in as.net and the most bizarre situation ocurred. in this application i am using only one aspx page ,When I select any item from dropdownliast then pageload is called again & again , and the dropdownliast_selectedomdexchanged method is called right after that. then page is loaded … | |
Hows it going everyone. I am having trouble clearing the data in an access DB that I am using in my program. I have two DataGrids and each have a table from my access DB bound to them. Im not having any trouble adding the data to them, but the … | |
I'm new to deploying asp.net 3.5 websites. Is there a way to access the website admin tool after deploying a website. If not is there a way to allow the admin to add new admin users when using the user creation wizard? Thanks in Advance | |
This is my code. But there are 3 errors in it. 1st Error: Dim message As New MailMessage() 2nd Error: SmtpMail.SmtpServer = mailServer 3rd Error: SmtpMail.Send(message) Can someone teach me how to configure and correct the code? Imports System.Web.Mail Partial Class ReferaFriend Inherits System.Web.UI.Page Protected Sub btnSubmit_Click(ByVal sender As Object, … |
The End.