13,936 Topics
![]() | |
Hello Everybody Am trying to capture the screen in my web application. Its working fine locally, when i deploy the application am not getting any image. Anyone knows how to achieve this...It is something like getting equivalent code for Print Scrn keystroke. Please revert asap. Thanks in advance Anil | |
Hi Everybody .... Myself Rockstar.... I m a fresh graduate from commerce stream. I want to make career in software development . So Im working with Visual studio .net 3.5 framework. I m totally new to it. Also I m using SQL Server 2000 & 2005 as my database. Currently … | |
How to check for mail delivery failures in case of using sendmail in .Net. Also I would like to find a mechanism for incorporating a read receipt into my email so that I know wether the user has read my email or not. I want all this to be done … | |
[B][COLOR="Red"]Hai...plz anybody help me in deploying the asp.net appln....[/COLOR][/B] | |
Hi, i am using vb to create a table, i then add that table as a control do a <div>. The data within the table comes from a select statement. When i change my select statement the data that appears in the webpage is always the first data that was … | |
Hi iam using login controls....for that i went o asp .net configuration website->asp configuration i went to security created roles and all... but something has to be written in webconfig file ..iam not able to get that..pls if anyone knowns about it pls guide....... | |
Hi all, I am trying to create Web Controls and i am getting this error: Could not load file or assembly 'Microsoft.Web.UI.WebControls' or one of its dependencies. The system cannot find the file specified. i inserted all respective directives and namespaces at the begining of the page and also in … | |
Using ASP.NET Web Admin tool, i created 5 users and assigned them to different roles, but when i try to user Roles.IsUserInRole, it doesn't work, please take a look here: [CODE]protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { string username = Login1.UserName; string password = Login1.Password; if (!IsPostBack) { if (Membership.ValidateUser(username, … | |
Hi Friends I have make an application in which news will be present in marquee & User could make updation & insertion in that .so for this i am calling gridview inside of marquee & that is working properly but the problem is that when i click on edit button … | |
Hi, I am working with a website that using the AspNetSqlMembershipProvider to store the user profiles data. I have discover that the User Profiles data are stored in the database named ASPNETDB.MDF, in the table aspnet_profile. The profile data are in : column PropertyNames and PropertyValuesString. It has the Data … | |
On the selection of value from dropdownlist, image is displayed in display page. Selectedvalue has many image in DB say 50+ but as per my query below it reads only 1st image of DB i.e.1st image of database. So do let me know where my code is gng wrong. [B][U]CODE … | |
Hello all, I am trying to pass data between two files using POST method. I am using Visual Studio 2008 and working in C# Environment to run this in ASP.net. The code i am using is: sareeweb.aspx [code=c#] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="sareeweb.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML … | |
I'm an MCA student i want to do mini project in ASP.NET can anyone prefer some title for that. | |
Hi there, Im starting my own development company and would like some feed back on my two options for a company name. I will specialize in asp.net (front and back) [B]Castles in the Sky IT solutions[/B] or [B]Infinity Technology solutions[/B] I am a very indicisive and would appreciate some feed … | |
I have a custom class that is an entire structure within itself, many layers deep. However, this object is stored in memory through sessions. I need a way to retrieve the session variable without having to call it through a return method. An Example: This is what I currently have … | |
Hi all, I am trying to select a value from drop down list and if the value is NewDepartment then a text box should be visible for adding a new value and that value must be populated in the drop down list also if the user selects the new value … | |
I am coding a program which will simulate a ballot box, where voting wil take place. The code generates a random number which is the voter number which is unique to each voter. This is output to the user before voting. I would like it to perform a check to … | |
Hi, I am currently trying to develop my system that would send an email reminder to a user when the deadline for a particular matter is approaching. I did a bit of a research online and I realised that I will need to do some sort of a cron job. … | |
Hi,frends I have a Export product button in product details page. If i click the Export product button i want to get one pop up,the pop up should be contain the message like this [B]Your excel has been successfully create and can be viewed by clicking[U] Product_data [/U][/B]. so I … | |
[ATTACH]8736[/ATTACH] I’ll redirect to google for the above picture, for example when I search google for asp.net, this asp.net keyword shows at address bar as . QueryString("q") and asp.net comes up first at search results. I want to display “you’ve accessed our site with . QueryString("q") keyword” on the site … | |
Hi, I have a problem that I want to solve and I was told that I could use ASP.NET caching to solve it. Below is my scenario: [B][I]Users are required to fill up a certain type of questionnaire which has a deadline that is set by an administrator. Take for … | |
Hi Wish U Happy New Year 2009 How Can I use Table Tools ? I want to Design my Home Page Via table tools as like HOME. PRODUCTS, CONTACT US, CAREERS,ETC Waiting for Valuable Rply Regards Vishnukumar SR | |
Hi Friends, How Can Inter relate two forms ? For Example While the web form displays User's Name Like that Welcome KUMAR ! which one User has Login his Acccount How Can Itz displays in label ctrl | |
Hi to all I'm new in the forum and also new in the ASP.Net programing. I have the following question/problem: I have a Page(lets say Page1.aspx) this page has the following code [code] <iframe src="Page2.aspx" width="550" height="550"></iframe> [/code] I was wandering If can declare methods/objects in the Page2.aspx and the … | |
i have a project that receives virtual directories from IIS, and show the files in directories as an windows application form. Here my problem with defining the path as Directory.GetDirectories(dataDirectory)Directory.GetDirectories(dataDirectory) dataDirectory including the code is: //LM//W3SVC//1//Root//Data// also when i try another format as iis://localhost//w3svc//1//root//data and //localhost//W3SVC//1//Root//Data// anad also one back … | |
Hi to all, I am asking on behalf for my best friend. The question is how to create a pm alert notice just like this site | |
here the code i've try....but still not working....please help me.. <page_load> id = 6 dbconn = [COLOR=#0000ff]New[/COLOR] SqlClient.SqlConnection("workstation id=HOME-5F227C8500;packet size=4096;user id=sa;initial catalog=pubs;persist security info=False") dbconn.Open() sql = "select * from NEWS Where NewsID='" & id & "'" dbcomm = [COLOR=#0000ff]New[/COLOR] SqlClient.SqlCommand(sql, dbconn) [COLOR=#0000ff]Try [/COLOR]dbread = dbcomm.ExecuteReader(CommandBehavior.CloseConnection) [COLOR=#0000ff]While[/COLOR] dbread.Read() lbl1.Text = … | |
Hi I am copying data from excel to sql server 2005. But when I copy it, In the time column when I have written for example 19:00 then in sql server it will write: 30-12-1899 19:00:00 And when I wan't to extract it to my page it will write it … | |
[COLOR=Blue]I require some help regarding image comaprison application!! I am devloping Image Comparison Application in ASP.net which compares images irrespective of it's format,size and gives result in Percentage Format!! [B]I want to know whether it's possible to comapre 2 images using asp.net irrespective of their format,size and result should be … | |
Hi I am trying to upload an excel file to the server. But it won't work, every time I am trying to upload an xls file and press the button. it writes: No file was uploaded. as if i had no file. you are welcome to try on: [url]http://radio.web.surftown.dk/admin/indset_program.aspx[/url] the … | |
This is my code.Here Instead of query string can i use view. plz reply me. Protected Sub btnchk_name_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnchk_name.Click Dim str As String = "select ID from table1 where ID = '" & txtid.Text & "'" Dim con As String = ConfigurationManager.AppSettings("preeconn") … | |
hi to all, I have a page that contains two frames (before you start telling me that frames are not good, I know but this is the requierement from my course, what I can do?), anyway I have a main page that contains leftframe.aspx and rigthframe.aspx, everything is working ok … | |
I want to develop a system where the MS Access Database on the client machine, gets updated from an MS Access Database located on a remote server. How can this be achieved? Is vice-versa possible too. Thanks in advance :) | |
Hi, I have the following RSS feed:- [CODE] http://www.schok.co.uk/lottery/lottery.xml [/CODE] It displays a number of feeds, but i am particularly looking at the fifth feed, which says "The Main UK Lottery Draw Numbers for 27-12-2008". What i need to do is obtain the winning numbers from the feed and check … | |
this question has been burning in my mind for a long time, which is more popular and superior java or .net what are the future prospects of java and .net I'm not sure whether i can post such a question here cos i'm new to daniweb. looking forward for replys. … | |
Hi all. I need Professional Search Engine Optimization with ASP.NET: A Developer's Guide to SEO book may you sent it for me? thanks SNIP | |
Hi all, I am new to asp.net programming and i am using asp.net calender control the code tht i am using is [CODE]Protected Sub btn_dob_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btn_dob.Click Try If (txt_dob.Text.Trim() IsNot DBNull.Value) Then Calender2.SelectedDate = Convert.ToDateTime(txt_dob.Text) End If Catch ex As Exception End … | |
hai, i am generating check boxes dynamically (code is given below) i wanted to capture the check box checked status plz help me how to do this, [B]dont consider that i have given both text property and ID are same, as this i am testing i have given like that … | |
Hi Friends, I Need Some Ideas About Label Control... Now Am doing An Online shopping Project [Only PC Parts]... Then I had Stored the Product details [with Productprice] while i want to displays productprice in booking details that which is mine selected product. In booking details I had used label … | |
the thing is I am just a beginner and started learning .net. Can anyone tell me about the meaning of this statement. Here myrdr is the object of sqldatareader. Your responses are highly appreciated. And I had some pressure so got to learn things quickly. Please Reply and Thanks in … | |
Hi have a form with a Multiline Textbox and a Span I save the text and load into a <span> [CODE]lblSpan.InnerHTML = txtMLBox.Text.ToString.Replace(Environment.NewLine, "<br/>")[/CODE] The Span looks fine in IE but If I do this in Firefox the Environment.NewLine is not being converted I am using Visual Studio 2008 | |
Hi I have been working as an Sr S/w Engg on the platform VB6, SQL Server 2000, and Crystal report. I joined a new company recently and they have plans to migrate their VB6 product to Web based product. I am very enthusiat to get myself into Dot net platform … | |
Hi I have dropdown list in my asp.net page.I wrote a below coing coidng in the `SelectedIndexChanged`, protected void cmb_Se_SelectedIndexChanged(object sender, EventArgs e) { SqlConnection con=new SqlConnection("Data Source=20.1.2.58;Initial Catalog=Customer;User ID=test123"); string str = "select ExecutiveName from Executive where TeCode='"+cmb_Te.Text+"'"; con.Open(); SqlCommand command=new SqlCommand(str,con); SqlDataAdapter adpter=new SqlDataAdapter(command); DataSet data=new DataSet(); adpter.Fill(data); … | |
Hi All, I am new to .Net. I am converting a source which is in .net 1.1 to .net3.5. In 1.1 those people had used scritps for calendar popup. Let me show the sample code first In JSCalendar.aspx ---------------------------------- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="JSCalendar.aspx.cs" Inherits="JSCalendar" %> <!DOCTYPE html PUBLIC "-//W3C//DTD … | |
hi all, i created an web application in which i have used sessions. when i run this application on IIS its working fine, but when i hosted on another webserver(EasyCgi) the sessions are not working. can anybody please help. i even used Session State and Session mode in my WEB.CONFIG … | |
can Somebody send me the Simple program that just displays the title=My First Project & sonia on the Screen. I m tryimg the program but not getting it because i m new to the ASP.net.....I do not know whether to write the code in default.aspx or default.aspx.vb. [code] <%@ Page … | |
hey frnds, I m new to the ASP.net..Plz jelp me out. My windows is Installed in D: I made project & save it D:\Inetpub\wwwroot\WebSite1 Website1 is the folder I created & form name is aspx. [code] <%@ Page Language="VB" %> <html > <head> <title>Introduction</title> </head> <body> <% Response.Write("My First project")%> … | |
[COLOR="Green"]hi friends myself Nikhil....... M in final year BCA m interested in doing a project work based on web........... so can anyone help me to get through this project work smoothly....... i need good project....[/COLOR]....the project should b based on asp.net or vb.net and oracle.........it should b interesting n new … | |
Hi I am Raviteja new to web development. I need to upload a file to a server say "abc" and later i have to us the path of the file that is uploaded to a server.I am using VB.I know how to upload the files to a local client folder(say … | |
Hi forum, I have Windows 2003 Server. I want to implement SSL Secuirty on my Intranet Application. I have followed "HOW TO: Secure an ASP.NET Application Using Client-Side Certificates" at [url]http://support.microsoft.com/kb/315588[/url] This example is working fine on Server. But When I want to access it on any other system then … |
The End.