13,153 Topics
![]() | |
I am using C# and SQL Server 2000, I have 2 related tables, master and a child, the master table have a primary which is an autonumber and I reference that autonumber to my child table as a foreign key so my problem is to get the value of the … | |
hi, I have a listbox and have managed to expand it when a user double clicks on an item. but if i have 4 results the results will show at the end of these 4 results e.g. year month day minute if i double click year then 2008 should show … | |
I have a basic question in .Net Why there is a need for .Net Framework supporting different languages? Is it not better to train everyone in a single language? Thanks. | |
Hey, I wanted to know how I could create custom forms in VB.NET such as: [URL="http://www.oobox.com/music/graphics/InstrumentTunerV2.gif"]http://www.oobox.com/music/graphics/InstrumentTunerV2.gif[/URL] It seems like all the programming I've done in .Net has the typical square edged forms. Is this even possible in .Net or is it some other language? Thanks | |
Hi, I just add a GridView with Edit option. I connected it to DataSource. Now, one field is a date, so I convert it's column to a template and added in the editItem template an ajax calendar extender which connected to the Texbox and works by clicking a button which … | |
I am facing problem in asp.net. Problem is : Session objects is not working properly.in the sense some times it will work some times not(getting empty). Plz Can anyone help me in this . Its very urgent !!!!!! Eg: In web.config - In <Sessionstate timeout=30>,but before 30 minutes only its … | |
Hi, I want to include a feature same like as naaptol [url]http://www.naaptol.com/faces/components/search/shoppingSearchResults.jsp?query=bikes&pager.offset=0[/url] in this page when i selec a Brand from the Brands listbox it is displayed jst below to the listbox and length of the page increases. if user wants he can elminate the selected option jst by clicking … | |
hai friends, i am developing a application like a job portal. but in that i am getting a error whilw i am writng the program.. please clarify my doubt.. the error is: please tell me the how to delete a record from database using asp .net and C#. please send … | |
Hello! I have a small problem in asp.net ... I wish to create a pdf file and write text entered into a textbox into it using asp.net. The following lines of code work properly for creating and opening pdf files [code=asp.net] Dim fs As FileStream = File.Create(Server.MapPath("files/newfile.doc")) Dim sw As … | |
hai friends i am writing the code for search button; while i am wrote and complied that it gives the following error. so many times i checked and posting into the forum now please clarify this problem.. code is: [code=asp.net]using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using … | |
Hi Guys, I'm new to the site and just joined. I am currently doing a project for college and would like your advice on what technologies I could use that is effective but simple. Really simple!! What I intend to do is from a Web page on a server I … | |
when I did the following porgram I got the error like NewNamespace.Focusview does not implement interfaceNenamesapce.Iencrypt.Icompress why? can any body explain this problem [code=asp.net]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NewNamespace { interface IEncrypt { void IEencrypt(); void Idecrypt(); } interface Icompress { void compress(); void decompress(); } … | |
hi all, I want to create a link in Reporting Service that redirect me to another page(Not a supreport) or executes some code. e.g, the customers IDs appears as links and when clicking it retrives this customer details or redirct me to another page that displays the customer details. I … | |
Hi, Im trying to use popupcontrolextender in my asp.net project my code is as follows: 'The targetcontrol which will raise the popupextender [code=asp.net]<asp:HyperLink ID="HyperLink1" runat="server">Sign in</asp:HyperLink>[/code] 'Panel which will appear in popup [code=asp.net]<asp:Panel ID="loginPanel" runat="server" style="display:none;border-color:Red;"> <div style="border-color:Red;display:block"> Hi, this is trial of popup control extender control provided by ajax … | |
Hi, i'm new to ASP.NET, been using PHP for a while but now getting into ASP.NET/C# and was wondering how i would go about accomplishing the task in the title. I'm still an ASP noob right now so any suggestions/help is welcome. To do something like this normally I would … | |
Im trying to dynamically add controls such as text boxes, radio buttons, check boxes, etc to a user control(ascx page). Im basically trying to build a very simple faceted search. Here is the scenario the user defines a string that specifies what is to appear on the page, some thing … | |
I am using this variable from the code behind : [CODE]public string UserID; //globally declare the UserId protected void RadGrid1_PreRender(object sender, EventArgs e) { MembershipUser myObject = Membership.GetUser(); UserID = myObject.ProviderUserKey.ToString(); }[/CODE] I am trying to use the variable in the INSERT command in the aspx file but it seems … | |
hai friends, I am developing a application like a job portal on that i have to use the file upload control to store the resume and download the resume. how can i do that. please send me the sample code to do that. AS SOON AS POSSIBLE | |
Hi I am doing a task of mail sending from different mail id's to different mail id's . I have a domain of rediif. when i am sending mail using my domain id then all mails are sent successfully but from other mail ids its not .. can anyone help … | |
Hello Everybody! I have a simple question: where can I get or set a control, which is in a template field? I have a gridview, and I've created a templatefield in it, with a textbox inside. I want to use the data typed in that textbox, but I don't know … | |
I have an application where the user is required to log in running on asp.net 2.0 I have added .doc and .pdf to the application extensions area so that outside users cannot go directly to the .doc or .pdf file without logging in. When I click on a .doc or … | |
Hi All, Please help me to complete the following type of event handling in asp.net with C# [CODE=C#] private TableCell CreateTextCell(string name,string id) { TableCell cell = new TableCell(); TextBox txt = new TextBox(); txt.ID = id; txt.AutoPostBack = true; txt.Text = name; txt.TextChanged += new System.EventHandler(this.txt_Changed); cell.Controls.add(txt); return cell; … | |
hi , there is problem with saving web pages using IE7 when users save pages of our web application in IE6 they have no problem and they can view saved page correctly , but when they save pages using IE7 , the page is corrupted and could not be viewed … | |
hi i dont know if here is the true palce to ask this question , but i have a strange problem , i work as a web developer in a news agency some of our users report that when they click on a link to a specified news , completely … | |
Hey everyone - Im new here. I appreciate any and all help you guys can provide! this is driving me crazy, and I am still wet behind the ears when it comes to asp.net. I have 2 pages, index.aspx and downloads.aspx. There is a form on index.aspx that on submit … | |
hai friends,, i am new for the project development. i am developing a application like naukri/monster. i created the tables like employeename,phonenumber,skills,technology,role,work experience,location like that i am taking attributes. my boss said " to create the database like each table for name and first name,lst name like that.. please send … | |
Hi Friends, Am New for Asp.net[vb & C#]...now am doing an mini project such as ONLINE SHOPPING[Computer parts]... i have no idea about Payment options I need details about CREDIT CARDS options[ Like as any bank] then tell me How can i design my form that options... plz Suggest my … | |
hi friends.. In asp.net , i want to show the gridview when keypress in textbox.. how to do in javascript.. | |
Hi All, I have a bit detailed question. So, please be kind enough to take few minutes and give me an advice. Currently, we have an ASP.NET based Invoice engine application. It basically handles the customer details with their invoice details. One of our client told us that he cannot … | |
Hello I'm making a wabsite with a gridview(so far..) but,when i try to fill with a dataset ...nothing ,i can't see no data and my dataset is never empty ,it contains data .I ran some debugs and the dataset reads correctly from the sql server database here's the code [CODE] … | |
I'm trying to sending Email through my web application from Gmail by using Sustem.Net.Mail.SmtpClient My code is [CODE] string To = "doctor_ofvet@yahoo.com"; string From = "doctorofvet@gmail.com"; string Subject = "The Famous"; string Body = "Hello World"; SmtpClient Client = new SmtpClient(); Client.Send(From, To, Subject, Body); [/CODE] I put this code … | |
i am developing a job site and i require to search for records from the database. i m passing value fro that parameter in textbox. so please help me thanks in advance | |
/ I'm using Microsoft Visual Web Developer 2008 to make a website and I have an access data source on the page linked to a table with a bunch of cities listed. There is a Grid View on the page linked to the data source. Also on the page I … | |
Hi, I'm looking for the equivalent in C# of this function: strip_tags(). I want to use it to validate some input and avoid SQL injection. Any ideas? Thanks in advance. | |
hai friends ,, in monster/naukri we have a search button is there.using that we can search the record from there. in my project also we have a registration form . if we wants any customer details just we enters the customer id or name that customer details can retrieved. i … | |
Hi I'm getting the following exception from accessDa.Update(ds.Tables(0)) [B]No value given for one or more required parameters[/B] In the following code[COLOR="Red"] (marked in red)[/COLOR]. [code] Protected Sub DataTableCurrMonthForWorker(ByVal ccMifal, ByVal ccWorkerID, ByVal theYear, ByVal theMonth) Dim totInsert As Integer Dim currDay As Integer = 1 Dim theDate As Date Dim … | |
Hi, I was just wondering if anybody new of a way to store an encrypted file to an sql server database through a stored procedure. I have managed to encrypt a file selected from a FileUpload control but at the minute the encrypted file and the key are created and … | |
I want to know requirement for sending mails in asp.net plz guide Me | |
Hi, I have an ASP.NET web app and Iam trying to show my clients a message to save data before saving when they click on the submit button which is working fine. But the problem is I only want to show the Message when there is an actuall change in … | |
Hi Friends, I have created two functions that encrypt and decrypt the connection string in web.config. But whenever I want to use connection string. I have to always decrypt web.config and then again encrypt it back. Does there any other way which i can use. I'm using section.SectionInformation.ProtectSection(" <encryption configuration … | |
I have a web page calling another web page and I want to build a MySQL query in the calling page and pass it to the SelectCommand on the called page to show the results in a GridView control. [code=asp.net] Server.Transfer("~/Experiments/Default.aspx", True) // opens the new page Protected Sub Page_Load(ByVal … | |
hello how can i display an information messagebox in asp.net with message and title ? | |
hai friends, please guide me how to store a .doc (resume ) into sqlserver in asp.net using c# i know the fileupload control but how it can store into sqlserver which datatype i can take.. please give me a valuable solution as soon as possible. Thanks & Regards A.Kranti Kumar … | |
hi friends can anyone tell me how to play videos using Windows Media Player in ASP.NET 2.0 using c#. please help, i am novice programmer in asp.net and c# | |
I am trying to display a crystal, from an object report in asp.net using c#. Can anyone help me out. The idea, as much as I understand is, object -> table adapter -> Data table -> crystal report viewer then population of the report file. I want to populate the … | |
Hi all I'm using Visual Studio 2008 to develop my first webpart. I have created a PageMethod to call from Javascript. From searching, I believe that you cannot create a PageMethod in the component directly. Question is, how does one go about creating a PageMethod in a Sharepoint WebPart that … | |
I want a [COLOR="Red"]free[/COLOR] control that allows me to write formatted text in it (Like MS Word). And I want to know how to store this formatted text int the database and how to retrieve and display it again in this control. Thanks in advance. | |
Hi, i am trying to send email from a web site which was upgraded from 2003 to 2005. I am having problem to send email to other email add. smtp: mail.company.com i can send and receive email on [email]any@company.com[/email], but for email other than [email]anyemail@company.com[/email], such as gmail, yahoo etc....it … |
The End.