13,153 Topics

Member Avatar for
Member Avatar for sam1

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 …

0
48
Member Avatar for mapidea

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.

Member Avatar for jbennet
0
109
Member Avatar for shuey79

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

Member Avatar for waynespangler
0
115
Member Avatar for b007

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 …

Member Avatar for b007
0
149
Member Avatar for rooparaj

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 …

Member Avatar for johnly
0
333
Member Avatar for exploreSPUL

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 …

0
48
Member Avatar for serkan sendur
Member Avatar for krany18

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 …

Member Avatar for dickersonka
0
114
Member Avatar for nice_true

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 …

Member Avatar for peter_budo
0
123
Member Avatar for krany18

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 …

Member Avatar for Murtan
0
97
Member Avatar for stezie

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 …

0
50
Member Avatar for ashfk
Member Avatar for sambafriends

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(); } …

Member Avatar for Fungus1487
0
97
Member Avatar for brightline

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 …

Member Avatar for brightline
0
109
Member Avatar for exploreSPUL

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 …

0
52
Member Avatar for ray_broome

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 …

Member Avatar for ray_broome
0
314
Member Avatar for patelb

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 …

0
55
Member Avatar for skiabox

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 …

Member Avatar for serkan sendur
0
83
Member Avatar for krany18

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

0
92
Member Avatar for sbv

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 …

Member Avatar for sbv
0
85
Member Avatar for konczuras

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 …

Member Avatar for konczuras
0
132
Member Avatar for tylermaudlin

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 …

Member Avatar for tylermaudlin
0
62
Member Avatar for vimalfor5

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; …

Member Avatar for serkan sendur
0
126
Member Avatar for raziane

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 …

Member Avatar for raziane
0
97
Member Avatar for raziane

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 …

Member Avatar for raziane
0
261
Member Avatar for I.odine

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 …

Member Avatar for serkan sendur
0
175
Member Avatar for krany18

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 …

Member Avatar for Traicey
0
124
Member Avatar for srvishnukumar

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 …

Member Avatar for ithelp
0
89
Member Avatar for mariappan.s

hi friends.. In asp.net , i want to show the gridview when keypress in textbox.. how to do in javascript..

Member Avatar for greeny_1984
0
160
Member Avatar for rayan_au

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 …

Member Avatar for a496761
0
92

The End.