13,153 Topics
![]() | |
My default website has a state of stopped. I right click on and select start and get the message "the service did not respond to the start or control request in a timely fashion". For some reason, I cant get this started. Any ideas | |
I am working on filling a datagrid based on results found from a user entering criteria in text boxes and clicking a search button. I have been toying around with Session() to store variables but I dont understand it too well and its giving me trouble. After the user clicks … | |
I have a table in my database that is a base table for my blind companys. Each company can share the same price table. (This price table only hase 5 columns in it) 1. BlindSizeID(KEY) 2. Maxheight 3. Price 4. CompanyID (FK) 5. ProductID (This one might take a hike) … | |
Ummm, I'm not sure if this is the right place to post this question, but I've been having some problems with XML. I'm using Java to make an XML file that breaks apart classes into segments, but for some reason, it won't allow me to input newlines. [CODE] <?xml version="1.0" … | |
hi! I haven't been here in a while but I like the changes! I've asked this question @ asp.net forums, but they were completely unhelpful. Maybe it's just me but they could not give me a straight answer. So maybe I'll have better luck here; I find the people in … | |
Hi, I have a left frame and right frame.The left frame has lets say three buttons and when each button is selected,a different page is selected in the right frame.The pages in the right frame has its own computation,like dropdown boxes to select the query. Whats happening here is,during the … | |
now i am doing an email form...(aspx in vb.net) the coding looks something like this,,, Imports System.Web.Mail Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim mail As New MailMessage mail.To = "blablabla@hotmail.com" mail.From = "blablabalbla@yahoo.com" mail.Subject = "permission to site" mail.BodyFormat = MailFormat.Html mail.Body = … | |
now iam doing a photo gallery in my site...(aspx in vb.net) and i got some sample coding but mostly are in C#....recentuly i being redirected to a sample page and yupe// it looks good for me..~ but i am just wondering how can i do an upload function in my … | |
In my application I allow my user to delete a transaction at extreme cases only so I want to a confirmation msg from user whether he is sure to delete the transaction(Are you sure? yes or no).I know about "confirm" msgbox but I dont know how to use it please … | |
I don't know what happened to my site, a file must have been overwritten or something. I don't know what i need to get asp.net to look into the UserData section of the authentication ticket so forms based authentication works, as far as i can tell it should work. I … | |
Any tips for compiling templates on visual studio .net 2003? I have code that seems to compile fine on other compilers but am getting an LNK2019 on visual studio .net 2003. I am using template specialization (Dave S. helped me with this a few weeks ago). Before I post any … | |
Here is the code I use in the World recipe random record. I've been looking all over the net on how to display random record using access db on ASP .NET, but found most for SQL server like NEWID(), doesn't work on Access. This could be easily done in ASP … | |
hi how i can find sample ASP.Net Code and small Project thanks :o | |
I have been playing around with Mozzila, and find it too be a rather nice speedy browser, but I do ASP.NET programming and such and seem to have some issues with ASP.NET pages displaying properly. It seems to be with regards to coloring, I guess ASP controls as well , … | |
plz u know that the syntax validation on mail address is not enough so, i wanna know how can i check the availabilty of mail address it's valid or not (i don't mean syntax i mean it's right mail or not). thanks in advance | |
my web form has some textbox and buttons above the datagrid.But i only want to print the datagrid only. Does anyone got any idea to solve this? or does anyone know how to write the print datagrid function in html and asp.net? urgent...pls help...tq | |
Hello All, I have both VS 6.0 and VS .Net 2003 available to me. I am just starting to learn programming and wanted to know the difference and which one would be the best to start with. My company has a site liscence for both and I could install both … | |
I have been trying to find out what is the meaning of m_nRetCode (value=1012). I get this exception when my program try to execute insert entry into database. Can anyone pls tell me what is the meaning of the value 1012 which is the value of m_nRetCode? Where can i … | |
Hello, all! I'm working with a project to search a Microsoft Access database, show the results in a datagrid, create text boxes to edit the entries found, and then update them. So far, the search works great, and I have a typical datagrid with an "edit" button on the end, … | |
i m creating one asp.net page in which i m connecting 2 tables of the database it is taking only one table and in one table say in tbl_class_master class id is the primary key and in tbl_emp_master class_id is the foreign key, now plz help me to connect these … | |
Hi, The crystal report design is using the font type arial. When printing at the client site (after all installation of the application has been done), the report comes with illegible fonts (Note that it prints correctly in our environment). The client's operating system is windows 2003 and the printer … | |
Hi all, I'm facing this problem in my running app. It is a real-time app and writes to the database whenever data is received. However, there is rare occasions that causes the ExecuteSQL to fail. However, the failure did not throw any exception, so my CDBException did not detect anything(it … | |
Hi all, This is kapil.What my problem is that i want to send printscreen file through browser with condition that physical copy of this file does not get stored on my computer but it should get stored on the server only. with regards kapil | |
So ive got my login page almost completed, now for whatever reason i am stuck trying to get the roles for each user from my database into the authorization cookie. In regular old asp this wouldn't be a problem for me, but don't see what im doing wrong in .net … | |
Hey there i have been trying to bind a table from database to a listbox. I know this can be done quite easily but i keep having an error with i cannot figure out why. Whenever i declare selectedMain as linklist.selectedItem.value, it will alsways tell me "Object reference not set … | |
Hi, I have a program that automatically installs another program, (I made a GUI instead of using command line installation), and I would like to deploy this project. I have it deployed, I can install it, navigate to the folder it is in and run it. I would like to, … | |
hi recently, i realise theres such thing as Hashtable that are allow listbox to retrieve url when clicked. However, as i find out more, i realise most examples i saw are static. As in [CODE] dim mycountries=New Hashtable mycountries.Add("N","Norway") mycountries.Add("S","Sweden") mycountries.Add("F","France") mycountries.Add("I","Italy") [/CODE] is there any way to retrieve this … | |
I the Page_Load I have a random event and a public variable [code] Dim rndImage As Integer Randomize() rndImage = 1 + Int(Rnd() * 13) Select Case rndImage Case 1 ImageRnd.ImageUrl = "/jpro/images/rnd/Image1.gif" rndAnswer = "A7b" Case 2 ImageRnd.ImageUrl = "/jpro/images/rnd/Image2.gif" rndAnswer = "5RX" etc.... End Select [/code] Then in … | |
When I compile my Visual C++ .NET project under a shared drive, I get the following error: "An unhandled exception of type 'System.Security.Policy.PolicyException' occurred in Unknown Module." What do I need to configure to allow shared drives to be fully trusted? Thanks. | |
am devloping a control panel program by which u can create a site and u can make a subsite (subdomain) under the site u created . for example if i created site names [url]www.test.com[/url] i can add subdmain names subtest [url]www.subtest.test.com[/url] i added a record on dns and added cname … | |
Hi there, I'm using asp.net (c#) framework version 1.1 and trying to connect to my Oracle database 10G (10.1.0.2.0) which installed on the same server as the IIS and I'm getting the following error: OleDbException (0x80004005): error while trying to retrieve text for error ora 01019 I can connect through … | |
Here is my [b]Stored Procedure [/b] stored in SQl DB. [code] CREATE PROCEDURE qparmVerifyLogin @First_Name varchar(30), @Last_Name varchar(30), @SSN varchar(9) AS Select First_Name, Last_Name, SSN, ADDRESS1, CITY, STATE, POSTAL, DEPTID, EMPLID FROM PERSONAL_DATA_TBL WHERE First_Name = @First_Name AND Last_Name = @Last_Name AND SSN = @SSN; GO [/code] [b]Below is the … | |
Hi Anyone, I've made a web application, and now I want my web login by username and password as below but it's have got error('Login.WebForm1.DBConnection(string, string)': not all code paths return a value) anyone who can help me? [code] private bool DBConnection(string strUserName, string strPassword) { string LoginSQL; OleDbConnection MyConn … | |
I use the following code to send email, and strange thing that I received the message at hotmail mail, and failed to receive it at yahoo mail, could you help me and explain what happened and how to overcome this. Regards Serag Farag Private Sub Button1_Click(ByVal sender As System.Object, ByVal … | |
Dear All, How do i send SMS Message from my asp.net (vb.net or c#) application. can u guide me help, please........... Thanks, Suresh U. | |
now that i have the site set up with an authentication it seems that i have to use a soap service to authenticate the passwords against. so i guess i'll need to use the .net login page i have pass the information over to soap string somewhere and take a … | |
Hello All, I'm trying to understand the whole concept of Webservices ans ASP.NET. I've created following documents, using "VB" Script. MathServiceClient.aspx MathService.asmx MathService.wsdl MathService.vb On my MathServiceClient.aspx file I have the following include, {code} <%@ Import Namespace="MathService" %> {/code} *I think this forum required {code}{/code} when posting code. Well, when … | |
hi im a newbie in asp.net(learn 2 days ago) n still havent fully grasp the concept of asp.net yet. I ran into some problems here but i dunno what is it. i've tried looking at the other post but could not really find the error in mine .Can you please … | |
Hi there. In my work I've got pretty simple task-create a new javascript window and send data from it to "original page". Because of original web page's logic I cant pass entered data back through querystring so I decided to register a event on javascript page and then data send … | |
![]() | Hi All, I'm stuck!! I've got a page with 3 dropdowns on it and a submit button to pass the data to a table in a database. The code is as follows: [CODE] Sub Page_Load(sender as Object, e as eventargs) dim objConn as new OleDbConnection ("Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=C:\blah\blah\blah.mdb) objConn.Open() … |
Hello, I'm facing a with a real-time app. This real-time app is reading data from the serial port, then, process it. However, it seems to miss some data when the computer has some other apps running. More data are lost when other app do heavier processing. When i try to … | |
Can anyone tell me how or what's the code for the following: 1. I have two frames on my web page. (Top and Bottom) 2. Top Frame is data 3. Bottom Frame are some Controls. (Print button, Back Button, Close Button.) 4. I [B]do not[/B] want to use Java. 5. … | |
I am just going to throw this out here and see what responses I get. Is there any tutorials any of our members would like me to post in the .NET Tutorial Section? Login (done) Registration (done) SQL vs Access DB backend (done) I was thinking of possibly a datagrid … | |
how i can make connection with acces database from three location like, lahore, london and usa . i m using application software and , can u guy suggest me any other way to solve this prob or make is sufficent , might eb webbased ..? if one updation occur on … | |
I have the following code snippet 1) Page1.aspx.cs protected void Page_Load(Object sender, EventArgs e) { if (!Page.IsPostBack) { //other code Session["scdid"] = null; //other code } } //Submit button handler for this page protected void submit_record(object sender, EventArgs e) { //other code string sschd = (string) Session["scdid"]; if (Session["scdid"] != … | |
Hello All, I posted this over in the Software Forum, but I realized that maybe it belongs over here. I have both VS 6.0 and VS .Net 2003 available to me. I am just starting to learn programming and wanted to know the difference and which one would be the … | |
[B]PURPOSE [/B] I'm trying to adjust the styles of buttons,textbox ....(More like height,width,text size) so that it looks good for each and every resolution,window size.. [B]ISSUE [/B] Whenever I change the attributes like background and size,While using Internet Explorer its working fine but in Mozilla its not working at all … | |
I've made a web-crawler in VB6. I'd like to port it to .NET so I can make it accesible to the public over the web. Basically my own version of Poodle. Porting most of the code will be very easy, BUT, I haven't found any way via .NET to read … | |
Hi, I'm learning ASP.NET. I have installed Free ASP.NET Web Development Tool , which is Webmatrix, but when i'm using this tool to create web forms its not user friendly, because it is hard to move objects from one place to another place. I have created couple of web forms … | |
hello , i facing problem while trying to run .Net web services in Apache web server on Mac os x. while running .Net web services on XSP its throwing an error and in Apache web server its just showing first line of the .asmx file. i would be very thankful … |
The End.