13,153 Topics
![]() | |
hi to All, I wanted to show alerts as per admin decide schedule & only that pages should be displayes which are comes under that schedule. how to manage this? how to check dates? | |
I am receiving a System.IO.FileNotFoundException when attempting to access a path like "C:\Path\~somePath\Path\file.ext" it reports the error: [code]System.IO.FileNotFoundException: Could not find file 'C:\Path\~s'. File name: 'C:\Path\~s' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, … | |
Hi, I have a data grid whose datasource is a table from backend. One of the columns of data grid has date as its value.Now,I need to change the date on the data grid by selecting the date from calendar control. can anyone help me in this? Thanks in advance. | |
Can Someone please help me create a search. I am new in ASP.NET and I am trying to create a search where the user can insert either the Last Name or ID-Number or the policy Number and many other criteria. The database is SQL SERVER 2005 Please direct me how … | |
Hi all, I have an SQL Datasource: [code=asp.net]<asp:SqlDataSource ID="shownMovie" runat="server" ConnectionString="<%$ ConnectionStrings:MovieTix %>" SelectCommand="SELECT movie.title, movie.category FROM [movie],[session],[theatre],[cinema] WHERE cinema.cinemaLocation=theatre.cinemaLocation AND theatre.theatreNumber=session.theatreNumber AND session.movieID=movie.movieID AND ([movieID] = @movieID)"> <SelectParameters> <asp:ControlParameter ControlID="GridView1" Name="movieID" PropertyName="SelectedValue" Type="String" /> </SelectParameters> </asp:SqlDataSource>[/code] However, i get the following error message: Ambiguous column name 'movieID'. Basically I … | |
Hi, We are planning to upgrade an existing VB6 application to C# ( VS2008 ). ADO.Net follows more a disconnected strategy when accessing Data. I'm thinking about giving the Entity Framework a shot since using an ORM-tool is higly recommended if you want to speed up the development. And EF … | |
Hi I am looking for some guidance. I have two DB tables, the tables are as follows: tblCounty countyID (int) AgentID (int) CountyName(text) tblAgent AgentID(int) Name(text) Contact Number(text) What i want to do is to use a Dropdown list control to retrieve all the county's from tblCounty then when a … | |
Greetings, I have just developed a content-managed, database-driven application application that makes heavy use of postbacks and session variables. We own the domain that the site was designed to be hosted on, however, the customer does not want our URL showing. The solution our firm has used in the past … | |
I want to create or export data from the database (SQL Server 2005) to a text file. the data I need is for THAT DAY ONLY. The text file is required by another system and therefore at the end of the day, I need a report on txt for the … | |
in my application grid view is there i want to disable the horizontal lines in gridiview control help me | |
Hi Gyyz I am new in ASP.NET and i am trynig to make my interface dynamic. Is there someone that can help me do it? this is the scenario I have two sets of fields on the interface. One is STATIC while the other needs to be changed. I need … | |
Hi all I have a datagrid filled with data from Oracle database, I have a textbox and a button search and on the textbox a person/user can enter the Title of the book he/she wana search the the results should be displayed in the datagrid here is the code on … | |
Hi , i wanna learn more about N-Tier Applications ASP.NET/C#.NET !! any Video Tutorials about how to Develop N-Tier App. ?? i need any simple Tutorial about this , please !! Thanks alot | |
Hi all, i had Web Page include [B][U]DataList [/U][/B]control , [B][U]TextBox [/U][/B]and [B][U]Button [/U][/B].. [B]DataList1 [/B]: Getting Data from SQLDB [B]TextBox [/B]: for Editing Selected Field in [B]DataList [/B] [B]Button [/B]: Submit Editing when i Click [B]Button [/B]it Editing Data Succefully in [I]SQLDB [/I], but in same Time [B]DataList [/B]Control[COLOR="Red"] … | |
Hi... Can anyone pls tell me how shall i be able to drag and drop a dynamic control(say textbox) in asp.net using ajax(with mouse pointer).It would be great if anyone can show a sample code,inclusive of html and javascript coding(I am new to asp.net and do not know much bout … | |
in my webapplication i create a dynamic datalist but it is not getting please help me this is my code thanku protected void btn_Click(object sender, EventArgs e) { DataList datlst = new DataList(); datlst.ID = "mydatalist"; da = new SqlDataAdapter("select emname from emp", con); ds = new DataSet(); da.Fill(ds, "emp"); … | |
i am developing my website in ASP.NET(VB) On my aspx page, I have a form for a visit to fill out. (using smtp service) this is what my contactus form consists of: e-mail from in this , there will be a textbox in which the vistor will fill his/her e-mail … | |
I am doing a system for payments. I need to display and print the receipt for the amount paid by the client. In ASP.NET, I do not know how to go about it. However, I am saving the data to the database and I can confirm that it has been … | |
Hi, Can I choose in VS 2008 items from toolbox to load? For example I want user only to see button, textbox, checkbox, listbox, radiobutton controls and 3 custom control created by me - only these controls, nothing more. Is there possibility to do that? If so, explain me how … | |
i am new to asp.net ,i have two textboxes and in one user will enter value which will get added to the other automatically generated textbox value.But is user is not entering any value it is showing error.Any solution to solve this | |
Hello.....I am a student of 3rd year B.Sc. I wanted some project titles in asp.net that would be suitable for beginners.... it would be very kind of you to suggest me a few titles regarding the same.... i would request you for this help considering your expertise..... | |
Hi, I am developing a lookup page i.e when i provide a zip code in the textbox and submit the button it should display the details like city,state etc. I've created two tables in the database, one with zip code and other with details city,state etc. how can i display … | |
I am currently developing a site that converts videos to a streaming format and plays these streaming videos. I am using ffmpeg as my conversion engine, and am encountering a couple issues. 1) I dont seem to be able to make the videos convert to .flv files. I have tried … | |
hi everyone I'm really just looking for some help to get started really. I've done a postgrad in web design and multimedia however have had no luck getting relevant work yet. I've designed a small demo site which I've uploaded onto some free webspace however I want to expand my … | |
Hi, everyone. The situation is, I am converting a tiff image file into byte[], then to stream then saving it as jpeg image format, then display it on browser, so that the jpeg opens in a picture viewer instead of webpage. The code works in IE 6 and firefox, but … | |
hi my problem is when i 1st run the webpage content of datalist size of cell is diffrent n when again i refresh the page it becomes diffrent.. this difference is occurred in width of the cells of datalist control.. here is my code.. [CODE] [B] <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ … | |
In my website on trip planner,I want that user can check if room is available or not...b/w particular dates.. how can i do this? also..how shud i create the database..??as in what atrributes shud i use? | |
Hi Gyyz I am new in ASP.NET and i am trynig to make my interface dynamic. Is there someone that can help me do it? this is the scenario I have two sets of fields on the interface. One is STATIC while the other needs to be changed. I need … | |
Hi, I have a web application that uses a class called "CommonFunctions" located in the App_Code folder. I can use functions in this class in the ASPX file, e.g.: [CODE] <script language="vbscript" runat="server"> dim X as string X = CommonFunctions.Func1() </script> [/CODE] This procedure works correctly in the local host. … | |
I want to develop a login page ,i want that admin username & password to be saved in asp file suppose FrmLoginDetails.asp. Username - sonia Password - citm123 When the user logins,i want that his entered usernme & password to be compared with the that are stored in file FrmLoginDetails.asp.. … | |
Hello Guys I am trying to built a small application where i have a grid view on update panel, along with a dropdown list which shows the list of all columns of my table, and a text box to filter values. When a user selects a value in dropdownlist (ex: … | |
Hello I have created an ActiveX control in VB6.0 and trying to embed this ActiveX control in Asp.Net 2.0 through the following command. But I can’t see anything in my aspx page whereas it works fine with html page. [COLOR="Green"]<object id="ctlVBAX" classid="clsid:B7C88829-7BCF-4AB6-95A5-F63ADBEA151A" codebase="vbActiveX.CAB#version=1,0,0,0"> </object>[/COLOR] You can download the cab file … | |
Hi friends, I am using Visual web developer to desing ASP.Net web site. I have created a project and added few web pages and their C# code files. in the project directory there are few files/subdirectories that I dont know about, I tried to search about them though but could … | |
Hi I have a procedure that performs checks on controls in my page against rules set in a SQL table. It all works fine except that when im casting the control e.g. [CODE] CType(Me.Page.FindControl(control1), TextBox).Text[/CODE] and its a dropdownlist it of course fails. Im trying to create a variable that … | |
I am having a few problems with the Timer component in ASP.NET. I can get it to work in the C# part of visual studio but not in the ASP.NET. The thing is a number will be logged into the website so each person will need to view the same … | |
i have a table with certain column names for example book table with name,author and price now i have a web form with three text box i need to add the text box data to database from ASP.Net form pls tell the coding urgent!!!! | |
Hello Guys I am quite new to this forum, and need your help to connect to sybase Any where 11 , for default membership provider database. I am able to connect to sybase through ODBC, but i dont know how to change the membership schema from sql server to sybase. … | |
I have a table with some information(view is called Index) , an add button and an edit button (which is supposed to send me to some other page and populate it with the object i want to edit)(view is call AddTest) When i select one row and i click edit … | |
HI, I am new to asp.net. I have 365 pages and i want to display each of those on 365 days say I have a page to be displayed on sept 19.. on clicking the Enter site it should validate which day and should navigate to that particular page. looking … | |
Hello All, First – I apologize if this is not the correct group – the asp groups seem to have a very low activity rate, so I decided to give this a try here. Whenever I try and run/debug my ASP.NET application, I receive the warning that “You do not … | |
I wish to develop a tracking script for a courie company It wishes to show its customers the movement of the goods and its status in its website. How Should I make it. I am confused very much as the requirement says entering of tracking number will find out the … | |
I am using Visual Studio 2008. I have made a dropdown list or a Listbox containing various country names and their local site URL. the purpose is to redirect the visitor to correct local site of their choice. I've created the Dropdown List but, I am unable to make the … | |
Can someone help me? I have a wizard that a user can access only if they are logged in. Step 1 will bring up their details in a formview in edit mode. When a user enters there details, the next step confirms the data e.g. labels accessing the values from … | |
I have crystal report viewer in my website. I have uploaded the website. Now the problem is Crystal report viewer shows the Desired output but the export ,print and all other buttons are not visible and also when i click export button, page just refreshes(i am not getting Export Report … | |
Hi friends, in my website i want to display reports using [U]reportViewer[/U] control. I am not able to connect this report viewer to database. Please help me in solving this. Thank U | |
Hello all, Im looking for few weeks for simple dialog or message or some windows that will show a message while the files is uploading. Im not looking for pre-upload (like google) or percents counter or something like that.... JUST SIMPLE windows to show that the files is upload and … | |
I have been having a problem updating content on the FAQ page of my website created in aspx. I only have the problem with my new computer however, which is a Dell Inspiron 530 with Vista. I don't have the problem with my old HP with XP. When I type … | |
Hi, I am making a web application which uses webservices. The problem is that whenever I reopen my web application after closing it, I get an error message supplied as an attachment. Then I have to delete and add webservices again to make the project back in working state. This … | |
Hello Friends I'm using PasswordRecovery control, and in the web.config file I set the enablePasswordRetrieval = "false". Now I can not retrieve the password to send it to the email user. In web.config I set the settings as: <mailSettings> <SMTP from="svs991234@yahoo.com.br"> <network host="smtp.mail.yahoo.com.br" password="svs991234 " userName="ventana"/> </ smtp> </ mailSettings … | |
The Three lists need to show Three things Respectively Activity, Sub_Activity and Mentor For the Activity. Please any Help Will be Appreciated. [code] Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged Dim con As New SqlConnection("Data Source=GOD-C9522C081F1;Initial Catalog=Project;Integrated Security=True") con.Open() Dim str As String = "" … |
The End.