13,936 Topics
![]() | |
I have a custom login page that in development works fine... but live, it has an error. On the bottom of one of my pages I have an "Admin" link that links to a page in a sub folder called "Secure". The sub folder is secured in web.config. The security … | |
im having two page using c#.net.in second page im having gridview with hyperlinkcolumn(update) and in the first page 4 textbox namely id ,fname,lname,age with update and save buttons.now my aim is to be while click the update link in gridview in the second form it navigate to first page that … | |
Hi,I m doing project on forum management. So i want to kno wht r teh problems or lackings still u find in discussion forums.What else u expect? plz guide me ,so that i will try to implement this in my project. | |
hi to all, I am trying to use MVC. I am using simple Login view. I just want to implement login form for my users. firstly I created database User and in that table 'login' with fields id, name, pass. I add values inn that. I create controller Search==> [code] … | |
I am opening PDF document inside web page. I am updating that PDF document on the wepage like add digital signature. Now i want to upload that document to another server. How Can i read that updated PDF document from webpage. Thanks, Rakesh | |
Hi Guys Could you please provide me with the code that will upload a file using C# and save it in SQL, I have searched through the internet with no luck at all Thanks in Advance | |
hi all.. few ideas crossed my mind so i thought to discuss with you all & see if i get a good solution to build that application. usually i have seen that while surfing on the internet, or while on a skype call, i suddenly have to go out for … | |
Hello Developers, I am final year student of mca. I want to give a C2C Certification exam. Can U list some web link that can helpful for this Certifictaion exam. plz, urgent reply . | |
Hello, I used the below coding to store an image into the database. [CODE]lblImagePath.Text = ImageUpload.PostedFile.FileName ImageUpload.PostedFile.SaveAs(lblImagePath.Text) Dim mbytes() As Byte = System.IO.File.ReadAllBytes(lblImagePath.Text) Dim cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\database\db.mdb;Persist Security Info=False") Dim cmd As New OleDbCommand("insert into ImageTable values (@Image)", cn) cmd.Parameters.Add("@Image", OleDbType.Binary, mbytes.Length).Value = mbytes cn.Open() cmd.ExecuteNonQuery() Response.Write("Image load … | |
Hi, I am working on asp.net web application (VB) where the user uploads his images in the web server and then he can retrieve those images by using gridview with paging. Everytime as the user uploads new images, the code should create new folder. For e.g: UserName FolderName Images A … | |
hi iam getting date as like '1/01/2010' from a dateofarrival(name of text box id) ....... i want to replace the ' from '1/01'2010'., iam interested to show as like 1/01/2010......... plsa help me,,,,,,,,,, here iam using asp.net with vb.net ........ here my coding is..... [code] Response.Redirect("check availability.aspx?ardate='" & dateofarrival.Text & … | |
hi, In my application when i am running the application i get this message that, you should increase the trust level of the assemblies. what is that can i know. Thank you | |
sir/madam i was developing an iptracking website i was able to track users ip but i want to track isp's ip and to get the details of isp's and proxies.how can i get the details of isp in asp and c#.net. i want to know where isp are located etc … | |
Hi, I am using datagrid to show my products. The products have a image and I should show it. Problem is, datagrid is only text and there was some reference on creating custom columns but I still dont quite understand (Mostly are custom url columns). Any help please, thank you! | |
Also please let me know how to do the connectivity of the database? | |
hi to all, I want to develop site like GIS system(geographical information system), how to crate it using c#??? plz help!!! | |
how can we add data to a list box in asp.net using vb where the data is stored in database? | |
I want information about user's logon session. Please tell me how i can get it in web Application. | |
hi, its very urgent for me, hi , i wants to show the label when status='C' and 'F' (selected from the database) here i want to show the label message as like "rooms 2 (status ='C' ) and 3 (status='F') are free" by using database conditions......... here iam using sqlserver … | |
Hello guys! Well, my question must be simple and someone will fall in laugh while thinking what kind of morons are exist in the world. :-) Question #1: Ok, I have a HTML table stored in one of the columns in SQL-table (is this approach right, or should I store … | |
I am going to do a mail portal(i need to connect to a client server from the user client, the client server should have an SQL database) what should i choose from these three ? can u add reasons please socket programming with c# web service programming with c# or … | |
Not sure if anyone has experiance with Active Reports In vb6, i used acive reports 2.0 and used a simple ado connector with dsn - user - pass to connect to a database and pull the data needed. Active reports 6 seems to be different and i am having problems … | |
Site is working fine in mozilla and safari but not in Internet explorer. I am also trying to figure out how to put a picture next to the name on the other side. [B]Below is the css and the xhtml codes[/B] [B]CSS [/B][CODE]/* layoutstyles.css */ /* Background color of box … | |
hi, Im using a repeater control bound to a database table. everything works fine. i need to display the total of a column from that database table in the footer template of my repeater control. but im clueless as to how it can b done. Any help would be appreciated. … | |
Hi, This is my 1st post... I am using a checkbox in a Datalist. I am trying to display 2nd Checkbox if the 1st checkbox is checked. How do I do it in the code behind to check the "Checkbox1.Checked==True . Please find the aspx page of the file below: … | |
HI There, I am facing a different kind of issue, which is giving the below error, [COLOR="Red"]Microsoft OLE DB Provider for SQL Server error '80040e21' Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. /CISL/Web/Calls/BNTANT Response Time/BNTResponseTime_Graph.asp, line 246[/COLOR] The stored … | |
Good morning, I am not familiar with .NET as I primarily work with PHP so any help would be appreciated. I have the following error on our website for one of our pages. Compiler Error Message: CS0103: The name 'reqCheck' does not exist in the class or namespace 'ASP.animal_referral_aspx' Both … | |
hi,i want to insert booking_no as combination of year and sno(year/sno) into database here iam giving the code as follows,,,,,,,,, here sno(serial number is automatically generated when page is loaded) started from 1......... [CODE] Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) Dim booking_no, sno As String If Len(sno) = 1 Then sno … | |
I have a requirement in ASP.NET, How can we handle printer functions (Who is printing, What is printing, when is printing,)..... the printers will be in different location in the network(Printers connected to System and Network printer) and we have to update the printer functions in a DB... and show … | |
Hi, I was new to c# and asp.net .I want to create a simple login page using ASP.net with c# code behind.I had 2 textboxs(username and id) and 1 button control.I stored all the username and id in MS ACCESS database.Database name "user.mdb" and table name "table1" (only 2 fields … | |
I have a page that have a dinamic menu and i have created a function to create the correct HTML to view the menu, but how can I call this function in my aspx page that I see the generated HTML in the correct position?? :rolleyes: | |
Hi, I am getting so much of problem on DataList This is my code in asp.net <asp:Button ID="NextQusButton" runat="server" onclick="NextQusButton_Click" Text=" Next " onclientclick="javascript: return validate()" Height="26px" /> </p> <p> <asp:DataList ID="ItemsList" runat="server" DataSourceID="SqlDataSource1" onitemcommand="ItemsList_ItemCommand" Visible="False"> <ItemTemplate> Question: <%#Container.ItemIndex %> <%# DataBinder.Eval(Container.DataItem, "Question")%> <br /> <asp:CheckBox ID="CheckBox1" runat="server" /> <%# … | |
hi,i want to insert booking_no as combination of year and sno(year/sno) into database here iam giving the code as follows,,,,,,,,, here sno started from 1......... [CODE] Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) Dim booking_no, sno As String If Len(sno) = 1 Then sno = "0000" + CStr(sno) End If If Len(sno) … | |
Which is the better in asp.net and JSP?why? plz list me all reason. | |
Hey, Can anybody give me the code to find Serach on text written by user in textbox? | |
hello All, Here I am having problem to create run time progres bar in asp.net.Can anybody able to reply to me to create run time progressbar like gmail website.. I have developed progress bar static.,not on Time required to page load.so plz, reply me How i can developed and find … | |
Hello sir, I tried with this code it is running well but I am not getting mail in my account with this code, even this code is not giving any error. Is there any problem?? Please help me. | |
Hi, i hava a dropdownlist in asp.net mvc page. On selecting particular select item from dropdownlist i have made an ajax post request to the controller method that returns me the result. Everything is working fine. i also get the required result. But the problem is how shall i extract … | |
I am currently doing a college project and I can not get a certain area to work. I want to call values from my SQL DB to my asp web screen. I want the values to correspond with a Date and a Staff Number Dropdown List. I have tried several … | |
[code] Dim Briggs As New Z_SCART_CREATE_SALES_ORDER Dim P1 As New Briggs_N_Stratton.Zvscartordhdrin Dim P2 As New Briggs_N_Stratton.Zvscartorditmin Dim P2arr(1) As Briggs_N_Stratton.Zvscartorditmin Dim P3 As New Briggs_N_Stratton.Zvscartorditmout Dim P3Arr(1) As Briggs_N_Stratton.Zvscartorditmout Dim P4 As New Briggs_N_Stratton.Zvscartordtxt Dim P4ARR(1) As Briggs_N_Stratton.Zvscartordtxt Dim p5 As New Briggs_N_Stratton.Zvscartordmsgs Dim p5Arr(1) As Briggs_N_Stratton.Zvscartordmsgs Dim P6 As … | |
Hi. I'm new to ASP.net and I'm having a bit of trouble with loading information in from web.config. I've stored my database connection in the web.config and the rest of the code is in my code behind file. Here is the code behind file followed by the web.config extract. The … | |
Hai,I am trying to connection using web.confing in connectionstring element and i have written below code in connectionstring element in [CODE] <connectionStrings> <add name="DB1" connectionString="Data Source=DEV5\\SQLEXPRESS;Initial Catalog=icondatabase;Integrated Security=True" /> </connectionStrings>[/CODE] And in the .aspx.cs file (in Load_page)i have written below code [CODE] string connection= ConfigurationManager.ConnectionStrings["DB1"].ToString(); SqlConnection cn = new SqlConnection("connection");[/CODE] … | |
Please any one explain me how to send an email to my own account in asp.net. i.e; whenever user fillup's the contact us form and click's on submit button the information should be mailed to website owners mail address. | |
Hi I have a ASP.Net code below that need to query with MS SQL database. [code] "select SUM(ShopCartItem.Price-OfferedPrice) As Discount from ShopCartItem " & _ "Inner Join Product " & _ "On ShopCartItem.ProductID = Product.ProductID " & _ "Where(ShopCartItem.ShopCartID = @ShopCartID) And ShopCartItem.ProductID != @ProductID" [/code] The MS SQL query … | |
Hello, Everybody ...!! I have query regarding ASP.NET. i want make one aspx page in which can upload an image. and want to use different types of tools which is supported by asp.net for upload an image and store in database which provide some validation like not 2 MB photo … | |
can you kindly help me load my gridview with data from appsetings.xml . the gridview must have the following three columns(key,value and description) here is my appsettings.xml. [code] <?xml version="1.0"?> <configuration> <Global> <FromEmail value="test@uiplay.com" description="From Email Address Name" /> <AdminEmail value="cmckowen@gmail.com" description="Admin Email Used for Admin Test and Unsubscribe Comments" … | |
hello friend i need to insert my text box into webpage using asp.net in c# language giving the codin for sql database and which tools are used in webpage and pls say the changes in properities of text boxes. | |
Hi!!! I am developing an intranet web project using asp.net c# 2008 and i want to integrate crystal report XI, I wonder if anybody here have this two programs working correctly because i have two days trying to fix it, i have read a lot of posts nothing help. anyway … | |
Having problems with connecting to an Oracle database, getting an error : Unrecognized attribute 'providerName' - Defined in web config : [<add key = "connection" value="Provider=MSDAORA;Data Source=TNSnames definition;Persist Security Info = True;Password=pass;user id =userid;" providerName="System.Data.OleDb"/>] program imports: [Imports System.Data.OracleClient Imports System.Data Imports System.Data.OleDb Imports System.Configuration Imports System.Object] help please...:0) | |
hi iam insert the data into data base at run time through grid view ..... here iam write the coding but there is no errors......... here the problem is the grid view is can't be displayed at run time........... pls help me very urgent.... here my coding is given below.......... … |
The End.