5,691 Topics
![]() | |
hi, Can anyone please help me,I want to run msnmsgr.exe on button click in asp.net .It should search all the drives on my HD for the exe and run it, if its not installed should show some message saying messenger not installed. Please help! thanks, maggi | |
i wrote a code to read a doc in asp.net i woked properly in my iis ms word is installed in this pc. but when i published in another sever in which there is no ms word instslled it give error in it i used com reference. i want to … | |
Hi guys, im new to ASP.Net and was wondering what the code was to display a Access DB Also does anyone have any good easy to follow tutorials which will show me how to manipulate the data etc - edit, delete, add Thanks :) | |
Hello. I have array that i deffered from my database. For i=0 to 4 Point(i)=Cint(Rs("Point")) Name(i)=Rs("Name") rs.MoveNext next The result is giving me : Point(0) Point(1) Point(2) Point(3) Name(0) Name(1) Name(2) Name(3) I would like to built a chart from it. The chart goes this way: [B]ShowChart[/B] Array(Point(0),Point(1),Point(2),Point(3),Point(4)), Array(Name(0),Name(1),Name(2),Name(3),Name(4)) That … | |
G-Day I am a real newbie to ASP. I took over for a fellow who wrote a whole intranet full of ASP that I get to support now. I am having several users that are not able to use some of the pages in the intranet site. When the pages … | |
i want something like below: [U]table A[/U] [B]codes address[/B] 1 2 3 4 GO:0000166, GO:0000775, GO:0000795, GO:0000800 5 6 7 8 GO:0042802 9 10 GO:0005509, GO:0005856, GO:0007010, GO:0016020, GO:0051016 [U]table B[/U] [B]codes name information[/B] 1 alex builder 2 3 john IT 4 rupa IT 5 6 lex washer suppose i … | |
I recently clicked on a profile link that had a "myspace" url. Ive read around and apparently there is a "Myspace/AIM" virus.. Im guessing thats what i have since i can't run AIM as it says: "Buffer overrun detected!" Hopefully, this virus only infects my AIM and nothing else :sad:.. … | |
Hello... Is there a way to retain the value of radio button during paging in ASP? Thanks.... | |
hi everyone, iam a newbie in asp.net,i am doing a small remoting application where i have a login page in the client side and the code is like this [COLOR=#0000ff]private[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]void[/COLOR][COLOR=#000000] button1_Click([/COLOR][COLOR=#0000ff]object[/COLOR][COLOR=#000000] sender, System.EventArgs e)[/COLOR] { remoteinterface.Class1.RI x; x=(remoteinterface.Class1.RI) Activator.GetObject([COLOR=#0000ff]typeof[/COLOR](remoteinterface.Class1.RI),"tcp://localhost:1120/abc"); [COLOR=#0000ff]bool[/COLOR] b=x.checkuser(textBox1.Text,textBox2.Text); MessageBox.Show(b.ToString()); } }server side program is running well … | |
I'm having trouble sending an email when I use .AttachFile - below is the code that I am using: [code] Dim objMail Set objMail = Server.CreateObject("CDONTS.NewMail") objMail.From = fromAddress objMail.Subject = "Form Requested" objMail.To = toAddress objMail.Body = "message" objMail.AttachFile (path) objMail.Send set objMail = nothing [/code] If I disable … | |
Hello, I am connecting to the internet using a DSL connection. Laptop running Windows 98 and desktop running Windows 2000. I ran the CD my ISP gave me and installed the connection on both computers. The connection worked but I got two errors: Windows 98 Laptop error I get this … | |
Hi All, I have an application where user can export the results of search action to an excel file so he can locally store it.. I have done this with very simple code which is [code] Response.ContentType = "application/vnd.ms-excel"; Response.AppendHeader("content-disposition", "attachment; filename=StackRanking.xls"); Response.Charset = ""; System.IO.StringWriter sw = new System.IO.StringWriter(); … | |
[B][URL="http://www.onestopfaqs.com/faqs/963/"][B] How do I get a null pointer in my programs?[/B][/URL] [/B]According to the language definition, a constant 0 in a pointer context is converted into a null pointer at compile time. That is, in an initialization, assignment, or comparison when one side is a variable or expression of pointer … | |
[URL="http://www.onestopfaqs.com/faqs/593/"][B]What is meant by Maskable interrupts?[/B][/URL] An interrupt that can be turned off by the programmer is known as Maskable interrupt. [B] For more information click here: [url]http://www.onestopfaqs.com/type.asp?iType=11[/url] [/B][B] [/B] | |
hi, this is my first post in this forum... i have an ASP.NET project in school, and i need some help with the sitemaps this is my folder, i upload it here [URL="http://www.uploading.com/files/10S683QD/buzztime.zip.html"][/URL] my problem is that the on the side menu, i get Home, Products, Services, and Shopping Cart. … | |
hey guyZ i am a new member in this forum i am a first year college studying IT having problems with basicall all the courses nettwroking, C#, C++, ASP.NET, object oriented, system analysis so i hope being here will help me:eek: | |
Hi, I'm very new to C++ and I am getting the following error when I try to compile: [Linker error] undefined reference to `CSerial::CSerial()' [Linker error] undefined reference to `CSerial::Open(char const*, unsigned long, unsigned long, bool)' [Linker error] undefined reference to `CSerial::~CSerial()' . . . etc. This is the code … | |
Hi, Can anyone please help me.I want to run Messenger(AOL/MSN) which is present on my pc on a button click from Asp.Net 2.0 if messenger is not installed it should say this mssenger is not installed on ur PC. Can anyone tell me how to do this, any help will … | |
Hello. I have an ASP page that require printing. The page is about showing some data from database. I use the simple javascript printing : [B]javascript:window.print() [/B]The page design use some css templates. Well it does print. But it only prints the images and the texts. The print out seems … | |
Hello. Thank you for looking. :) I have a MSI board. K7N2 Delta2 Platinum board. I have two (2) 512MB PC3200 sticks of Kingston Value RAM. I also have one (1) 512MB PC3200 Stick of Kingston Value RAM (identical to the dual channel sticks) for a total of 1.25GB of … | |
I have created the following stored procedure in sql server 2005.I m using asp.net with C# 2005. Can someone please rectify my errors why i m getting such type of the errors... [code] ALTER PROCEDURE CompanyStoredProcedure @uspcompanyid INT NULL, @uspcompanyname VARCHAR(20), @uspaddress1 VARCHAR(30), @frmErrorMessage AS VARCHAR(256) OUTPUT, @RETURNVALUE AS INT … | |
i can send the word file in which i have all the details and i would be glad if some one can direct me for that coz i m basically screwed:!: :?: :eek: | |
Can anyon recommend a good cheap web hosting that supports ASp.net 2 , Ajax and SQL dat base, with an average rate between US$ 120 to US$ 180 per year Thanks | |
Hi guys, i'm totally new to ASP.Net but here goes I have got a login from my Access DB working - thanks to paladine tutorial I would now like a forgotton password page where the user enters there username and their password is EMAILED to them via the existing DB. … | |
Hi all Can anyone show me how to sensd sms from computer to cell phone. I am using VS 2003 and ASP, I have an Access Database, My program is fro boking flights, now after a user has made their bookings i want to have a code that will automatically … | |
Hello friends, I am looking for the javascript for sqldatabinding with Select dropdownlist in ASP.NET. I want to populate HTML Select dropdown with my sql query. How can i do this? Thanks in advance. Snehal | |
Hey all. I recently started having LAN parties at my house, and they are ace. The first one I had was very small, just me and 2 mates, but now I'm thinking of having closer to 5 people. So I need some headphones before the 13th. I was thinking of … | |
hai guys, I am a newb in SQL server. yesterday i have installed microsoft sql server 2000 to my computer. But i don't know how to employ this. I have a group of ASP pages that contains my MBA assignment notes and files, and is successfully working with IIS in … | |
My dears, I have installed SQL server 2000 on my computer. And have made database through the below command: Create database mydb go exit But nothing happens. I don't know how to manage this database. Can anybody clarify how can i store my ASP pages in this database. How can … ![]() | |
hi..i'm new in using ASP.NET application. Please guide me as i've only about 30% knowledge on developing web application in .NET ok..my problem is.. i have a textbox.. i wanted user to create multiple option by entering each option per line in the textbox... in other words..if user want to … | |
Hi people, i have a login via my Access DB - thanks to paladine Now i want the following When the user has logged in and they are taken to the Default.aspx page i would like a 'Welcome [UserName goes here]' feature showing who they have successfully logged in as … | |
Hi, I have working in Asp.net and C# application, i have used visual studio 2003 for my project, my project i need this logic, how to store data in data grid to database by single mouse click, could anybody please help to finish this, Advance thanks for any reply. Thanks. | |
I have a fairly new computer approx. 1.25 years old that has recently stopped working. While playing an online game, the visualizations became striped with red pixels then the pc froze. After a manual restart, the screen is permanently striped with intermittent off color pixels, and the computer shuts down/restarts … | |
I'm currently working on my online quiz application. It is based on ASP. I want to add the countdown timer in every quiz that run. But the problem is the javascript will go freeze in my ASP, it only run each time i refreshed the page. Some suggest me to … | |
I developed a web interface using ASP.NET and a database using SQL Server 2005. I created connection to database using SqlDataSource control. I also used GridView control to display data. Using Visual Studio I can see the query results using a browser on a local machine. What I want now … | |
A friend gave me his PC to look at, so I downloaded a program called FreshDiagnose ([url]http://www.freshdevices.com/freshdiag.html)[/url]. Using this program I did the hard disk benchmark test and the results seem a little odd to me. The average write speed was pretty low at 3.86 MB/s, while the average read … | |
Hi all, I have been writing several ASP.Net projects and they all turn out fine and run dandy. When I look at them it still seems like something is missing. It has no appeal at all, looks like I just wanted to do the web controls and jump right into … | |
I am using the coding below to open my file from pc to the frame call "myRTF". its can be function in vs.net browser but cannot function when i debug it and using Internet Exporer to run it. the function cannot retrieve content of the file into "myRTF". Actually this … | |
Hello, We have many web applications on our web server (Windows 2003 IIS 6.0). We would like to have one solution to handle all web application errors: - Redirect to general error website - Send e-mail alert to server admin We do not have access to source code of all … | |
dim num, GOPercent num = Request.Cookies("Result") GOPercent = num/25 [COLOR="Red"]Type mismatch: '[string: ""]'[/COLOR] Error Type mismatch. But the value i put in Response.cookies("Result") is a CInt(value) how to solve this ????? | |
hello, I have SQL server 2005 installed on my computer. How can i construct a database for my new website? From where can i start my process? I didn't find any loop inside. I have full of ASP pages. Hope somebody would help me AV | |
could any one plz help me for this query. i have tried a lot but only the first one is working. see my code: (1) CommandText = _ "SELECT sr.ResponseAnswerID, count(sr.RespondantID) from SURVEY_RESPONSE sr INNER JOIN ANSWER a on " _ & "sr.ResponseAnswerID=a.AnswerID where a.QuestionID= 284 " _ & "group … | |
Hi everyone, here's my problem. I have 3 web forms. WebForm1 contains a tab control "UltraWebTab1" with just 2 tabs. First tab displays Target URL WebForm2. Second tab displays Target URL WebForm3. WebForm2 contains a label lblSourceLabel with a text value of '123'. WebForm3 contains a label lblTargetLabel with a … | |
Hello .. i wanted to ask how could i implement a transparent rich text box, as known rich text boxes couldnt have background or transparent color, after i searched i knew that the .Net frame work doesnt use the latest edition of richtextbox DLL, as it uses the second edition, … | |
am trying to create a web page to be used by my network users (inside my intranet) I want to get the visitor's name of my page ( in another words to get the network login user name of the person who is visiting my web page) i tried to … | |
I'm having a terrible problem using two drop-down forms in the same asp page. No matter what, the values for the second form are not passed to the SQL database. I've confirmed this by commenting out the first form and then the second form works fine. I'm sure it is … | |
i know session variables store on the server side and cookies store on client side. Question: If i save the total answer for a summation as a session variables, and multiple online user are using the same system for calculation, does that means that session variable will be over write … | |
I am new to ASP.net as of today :) I have jumped many hunrdles alreday, writing/deleting text files, connecting to a db, sendiong emails, yeah me. I am looking for 1 concise example to show how i can take the contents of a form and insert them into a datbase. … | |
Hi, As the title would indicate, I know a lil about PHP, but zero about ASP. I was having problems with spam from one of my forms, and one solution I did was to have a form field I named "message" that is hidden. Humans can not see it, and … | |
Hi, I have this page designed in html and css. but what I can't understand is without mentioning any thing about the alignment of this page as center aligned, this page is center aligned for some reason. Generally as far as I understand this tag "text-align:center" if put in the … |
The End.