13,153 Topics

Member Avatar for
Member Avatar for JPByD

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 …

Member Avatar for JPByD
0
289
Member Avatar for naren7

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 …

0
53
Member Avatar for sumangala

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.

Member Avatar for kvprajapati
0
71
Member Avatar for sakhi kul

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] …

Member Avatar for kvprajapati
0
337
Member Avatar for rakeshbpatel

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

Member Avatar for oms024
0
100
Member Avatar for Traicey

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

Member Avatar for Traicey
0
724
Member Avatar for love_dude1984

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 …

0
77
Member Avatar for Pari13

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 .

-1
52
Member Avatar for bharanidharanit

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 …

Member Avatar for sakhi kul
0
101
Member Avatar for lancyb

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 …

Member Avatar for sakhi kul
0
93
Member Avatar for kanuri1

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 & …

Member Avatar for apegram
0
86
Member Avatar for sasidhars

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

Member Avatar for kvprajapati
0
57
Member Avatar for koduruabhinav

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 …

0
67
Member Avatar for samuel_1991

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!

Member Avatar for kvprajapati
0
55
Member Avatar for rocker9186
Member Avatar for raorane.swagat
0
57
Member Avatar for sakhi kul

hi to all, I want to develop site like GIS system(geographical information system), how to crate it using c#??? plz help!!!

Member Avatar for kvprajapati
0
78
Member Avatar for ankitayadav

how can we add data to a list box in asp.net using vb where the data is stored in database?

Member Avatar for kvprajapati
0
32
Member Avatar for MARKAND911

I want information about user's logon session. Please tell me how i can get it in web Application.

Member Avatar for MARKAND911
0
63
Member Avatar for kanuri1

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 …

0
59
Member Avatar for Nfurman

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 …

Member Avatar for kvprajapati
0
77
Member Avatar for jlego

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 …

Member Avatar for scottwilleke
0
222
Member Avatar for sangeeta_ratha

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. …

Member Avatar for apegram
0
745
Member Avatar for dot_net_rookie

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: …

Member Avatar for jbisono
0
1K
Member Avatar for iiavvk

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 …

Member Avatar for iiavvk
0
163
Member Avatar for dkuwf

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 …

Member Avatar for mail2saion
0
36
Member Avatar for kanuri1

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 …

Member Avatar for reach_yousuf
0
68
Member Avatar for ramanathans

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 …

0
45
Member Avatar for choudary321in

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 …

Member Avatar for Ramesh S
0
321
Member Avatar for lorf14plus

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:

Member Avatar for diptibhatore
0
240
Member Avatar for ashab27

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" /> <%# …

0
91

The End.