13,153 Topics

Member Avatar for
Member Avatar for giahmed

Dear all, I am really stuck with inserting record into access database using ASP.net and C#, as in university I am only allowed to use access. I am trying to create new room reservation for meetings its not a hotel room, I have two time slots AM and PM and …

Member Avatar for giahmed
0
467
Member Avatar for Deepa

Hello Iam sending mail from web page like, enquiry form mail using asp and asp.net.while send the mail i don't have any error. but the mail does't reach the destination.can some one give me a solution for this problem. ds

Member Avatar for sundar9987
0
882
Member Avatar for nikhil31888

How to run a Asp.net page with database(Sql Server2000) on a browser? for eg: When I run a Asp.Net page involving login on Visual Studio 2005, the user is logged into his account but when I run the same page through a browser, user is unable to login. The error …

Member Avatar for ajijacobm
0
114
Member Avatar for farsen

Hi. First of all, I am new to asp.net development. What i have is, a C# aspx page with, lets say an ordinary button. What i need is, any kind of video player that can, upon click on the button, play/stop a windows media server stream from a url. Where …

0
80
Member Avatar for Nfurman

Hi, I am trying to make some "a la captcha" it must be simple, but not for me. my code is: [CODE] using System; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; public partial class _Default : System.Web.UI.Page …

Member Avatar for Nfurman
0
168
Member Avatar for todo

I'm having a hard time with implementing SSL on this one particular page that uses asp.net wizard (The entire site does not require SSL, only a couple of pages.) My logic is such that if a page that requires SSL is not secure, redirect it to https version of it. …

Member Avatar for drellim1
0
66
Member Avatar for Voulnet

Hello there fellow users, I have been entrusted with the task of designing and implementing a financial system for a charity foundation where I live. The charity foundation requires its work (addition and retrieval of records, for example) to be done online, using a web app. The app connects to …

Member Avatar for nav33n
0
104
Member Avatar for rajalingam22
Member Avatar for samuel_1991

With regards to another thread, [url]http://www.daniweb.com/forums/thread251069.html[/url] on how to compare the current date to retrieve relevant data (Details there), now I have issue on storing this query result on a VB.net variable. It works in this way. It is an academic work to do a ecommerce website, and I need …

Member Avatar for samuel_1991
0
1K
Member Avatar for jbisono

Hello everyone. The problem: I am developing a form that i have to validate some fields against the database. For this particular scenario lets say the Part ID field, I do not want to create a dropdownlist with all part id because is too big. maybe i can let people …

0
79
Member Avatar for mcw317

I have a dataset with a field defined as a system.datetime datatype. In my visual studio 2008 that has crystal reports 12, I have a report that should display this date field. This worked fine in an earlier version of visual studio 2008. However, since I have installed the updates …

0
39
Member Avatar for Karthika_g

I created a Web Service in VS 2005, I tested it by opening in the browser it worked well. I deployed it in the IIS 5.1 I'm getting You are not authorized to view this page. HTTP Error 403 - Forbidden !!! Can anyone help me in finding out where …

Member Avatar for avirag
0
96
Member Avatar for jain4

Hello there, I am facing a problem for a website i am developing. I have a form with some set of text boxes and dropdown list. When click on submit it transfers the data in the fields and goes to a different website. Now i also want to save the …

0
61
Member Avatar for adil.hafiz652

[CODE] Dim i As Integer For i = 0 To 6 e.Row.TabIndex = -1 CType(e.Row.FindControl("H" & i), TextBox).Attributes.Add("onfocus", "javascript:SimpleTEOnFocus(this)") ' SQ 10/31/2006 SP5 CType(e.Row.FindControl("H" & i), TextBox).Attributes.Add("onblur", "javascript:SimpleTEOnBlur(this)") ' SQ 10/31/2006 SP5 CType(e.Row.FindControl("H" & i), TextBox).Attributes.Add("onkeyup", "javascript:keyGridPressed('gridTESimple',this.id,event);SimpleTEHrsOnKeyUp(this,event)") 'AM 12/22/09 Modified CType(e.Row.FindControl("H" & i), TextBox).Attributes.Add("onkeypress", "javascript:return NumericOnly(event);") CType(e.Row.FindControl("H" & i), TextBox).Attributes.Add("onchange", …

Member Avatar for joths
0
203
Member Avatar for shahzadhard

why this code is not working[code]<%@ Page Language="VB" %> <script runat="server"> Private sub Textbox1_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Textbox2.backcolor=drawing.color.azure textbox2.focued() End If End sub Sub TextBox1_TextChanged(sender As Object, e As EventArgs) End Sub </script> <html> <head> </head> <body> <form runat="server"> <p> <asp:Label id="Label1" runat="server" text="box1"></asp:Label> <asp:TextBox id="TextBox1" …

Member Avatar for dskumar_85
0
70
Member Avatar for ajitkumar26

I want to reset the textarea cursor position after postback i.e cursor should be on last change or edited text in textarea

Member Avatar for ajijacobm
0
70
Member Avatar for LaSalle5067

I'm new to vb.net and have been asked to add a page that leads to other pages in an application. Basically a landing page that goes to one of three other pages dependent on what user intends. [B]Here is aspx code[/B] (not all of course but what's needed for redirect …

Member Avatar for LaSalle5067
0
155
Member Avatar for silayse

hi ! I am new in c# asp.net,I have 2 user type.When Standard users submit a request ,other user type like admin can see and accept or reject.I created a request and other user see this request but I can not implement accepting or rejecting part.I can not add checkbox …

0
63
Member Avatar for kanuri1

hi, pls help me how to generate crystal reports in asp.net using vb.net database is sql server.. any internet sites..

Member Avatar for pauldani
0
163
Member Avatar for mshravs

have this printing page and i need to display image uploaded in the form..........and here is the code regarding the printing page [CODE] Protected Sub print_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles print.Click Dim fs As New FileStream("file.html", FileMode.Create, FileAccess.Write) Dim s As New StreamWriter(fs) Dim st As …

Member Avatar for pauldani
0
74
Member Avatar for eliza81
0
73
Member Avatar for mshravs

i have an image along with a form, to be saved in the sql database. but how should i do it. here is the code that i used to save the form in the database. [CODE] Protected Sub save_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles save.Click Dim ConnStr …

Member Avatar for pauldani
0
70
Member Avatar for Nfurman

Hello again. Default.aspx [CODE] using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class contact : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { State.Enabled = false; ShowCaptchaNums(); } protected void Country_SelectedIndexChanged(object sender, EventArgs e) { if (Country.Text == "United States") { State.Enabled = …

0
113
Member Avatar for Nfurman

Hello again I have two drop-down lists on my web application. #1. Country list #2. US states list By default #2 is disabled [CODE] protected void Page_Load(object sender, EventArgs e) { State.Enabled = false; } [/CODE] I need to enable it only if user will choose "United States". My trial …

Member Avatar for Nfurman
0
100
Member Avatar for Naba007

Hi I am creating a web application where i am using .net 1.1 with c# and vs 2003 . when i debugged (pressing F5 )the solution it is buliding successfully with out error but showing " ERROR WHILE TRYING TO RUN PROJECT" in an alert box. While i start without …

0
48
Member Avatar for Diamonddrake

If you drop a picturebox control onto a form and set its SizeMode to zoom you will notice that no matter what you change the padding property to, it won't change the output. The code for drawing the image in zoomed mode doesn't take in account the deflated rectangle it …

0
197
Member Avatar for farooq82

Hello, Everyone. I have receive the above mention error. I don't why this error is occurring. [CODE]using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; namespace TurnkeySolutions.App_Code.DAL { [Serializable] public class DBBridge { public DBBridge() { // …

Member Avatar for farooq82
0
257
Member Avatar for jcb0806

I HAVE PHOTO ATTACHED I'm trying to come up with some code that will make the 'Acct #' label and text box ONLY appear when some text is typed in the text box beside of 'Prime Broker', 'Custodian', etc. Can anyone help? Thanks.

Member Avatar for MeSampath
0
125
Member Avatar for mshravs

i used this code to upload the images from the local path. but when i'm trying to upload the images in the webpage it is not showing. can any one can tell what's wrong in the coding. it will be very helpful......................... [CODE] Protected Sub Button2_Click(ByVal sender As Object, ByVal …

Member Avatar for pauldani
0
94
Member Avatar for kanuri1

hi, i got an problem i wants to update the serialnumber in the database, if i was updating the serial number as (for eg: 3 in place of 4), it was updated. if i was updating the serial number as 3 in place of 4.. here serial number 3 is …

Member Avatar for kanuri1
-1
99

The End.