13,153 Topics
| |
Hey guys, I have two fields in a table namely Start_date and End_date. Now, a user is expected to select a start date and end date on a web page. These dates should be compared with the dates in the database in such a way that the dates entered by … | |
sir/madam, if u can tell me a testing tool for .Net at a lesser price forward ur reply to this mail id. | |
Hello all, im writing an ASP.NET application and i wonder if is there a way that can i obtain the ASP.NET markup code(e.g. <asp:button etc etc) of a control that it is created 'on the fly'. Please answer me as soon as possible, :) Alex | |
Hi need help to solve refresh problem I have a main webpage with a button. Once the button is clicked, a popup dialog (web form) is prompted. Once user click 'OK' in this dailog, data saving is performed and I need to close and refresh the main webpage. How do … | |
Hi there, Im working on an application that allows me have sales leads inserted directly into a sql table which can then be easily managed with a datagrid master/details model. This can be viewed at [url]www.rickpace79.com/scum2.aspx[/url] My next step is to add a droplist containing the e-mail values of our … | |
Hi All, i want send sms to any mobile in india through my application.i tried using webservice in weservicex.net(not sure?) .bt it's not working.i dont want pay money as this is is very small project.so can any one plz help hw to send sms.any free gateway providers. thanks in advance. … | |
Hi, Recently i have been creating a Generator. That extracts all the names of the tables from the database tables and generates the class file for each of the tables in the database. I have successfully extracted the names of database tables and their corresponding column names with thier data … | |
Hi, looking for help and need pointing in the right direction, can anyone assist? Have a data file (txt) that contains 10000 numbers/data points. Storing the data file as varbinary(MAX) in an SQL table. My goal is to retrieve the file on user request and plot/chart the numbers as a … | |
Hi, how can I create using asp.net simple xml file which looks like following: [code=xml]<?xml version="1.0" encoding="UTF-8" ?> <my:myFields xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2009-07-13T10:21:01"> <my:field1>FirstName</my:pole1> <my:field2>SecondName</my:pole2> <my:field3 /> <my:field4 /> <my:field xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /> </my:myFields>[/code] How can I write prefix [B]my[/B] on beggining of tag? | |
Hi Sir/Madam, Iam new to ASP.NET. I want to add Vertical menu to the left of Master Page. Please help me. Regards, Sreekanth Kumar. | |
Hey Guys, I am making a web application using ASP.NET. I have not worked on ASP.NET before. I wanted to ask what all software do i require so that i can start building the application. I will require databases also. Also, is it compulsive to use asp.net with C# or … | |
Hi I have a form with 1. dropdown (ddTTDBenefitP1) 2. label (lblBenefitPeriodFactor1) The combobox is populated with listitems [Text & value] I applied attributes to this dropdown. [code=C#] // ddTTDBenefitP1 ddTTDBenefitP1.SelectedIndex = 0; string ddTTDBenefitP1_script = string.Format("javascript:document.getElementById('{0}').innerText = {1}.options[{1}.selectedIndex].value;", lblBenefitPeriodFactor1.ClientID, ddTTDBenefitP1.ClientID); ddTTDBenefitP1.Attributes.Add("onChange", ddTTDBenefitP1_script); [/code] So when a user changes the … | |
hi, there, i am trying to connect the dropdownlist and gridview to the sql database. I am inserting radiobutton into the gridview. The whole thing goes like this, the dropdownlist is checked and once the radiobutton is checked, and clicked submitted, the next page must show only the checked data. … | |
I am using Microsoft Sharepoint Designer 2007 to create a page from a list. I need to retrieve all but the newest record and display them. Any ideas? Pete | |
Hi all, I am new to this forum.I have a website with flash menu.i need to convert it into static menu.how to do this with asp.net Please reply | |
hi i have retrieved data on data grid from backend. i want to write a code with which i will be able to retrieve the complete data related to the editable field from backend to front end. The edit and delete button needs to be seen on the right click … | |
Hi, I have a gridview that has a fileupload (fupRespuesta) control in a itemtemplate field, I need to enable automatic upload after file is selected. Then I added a imageButton (imgRespuesta) in the template field and added its event with addhandler... Well my problem is that when I uncomment the … | |
hi there, i am coming up with a login page and i am having problem with the codes while i run the program. The error says, Invalid attempt to read when no data is present.' This errors occurs when i type [B]'gobi' [/B]as the delivery boy. The error says '[B]FirstName'[/B]. … | |
Hi all, I want to send mail attatchment from SQL server. I have a Image field and i have stored word documemts in it. I am designing a form where an Email has to been sent with(attatchment) the word documents in the image field. So, i am looking for code … | |
[code]<asp:Image ID="Image2" runat="server" ImageUrl='~\\Images\\thumbnail\\<%# Eval("brand")%>\\<%# Eval("thumbnail")%>' />[/code] I tried several times with different types and didn't succeed.I want to bind two data from sqlserver database and put them in Image URL continuously. Which the brand is something like "Dell" and thumbnail is "123.jpg" What is the correct form ? Please … | |
Good Day ALL I have a UserControl that has a Dropdownlist. In the Hosting Page i have a Ultrawebgrid that gets updated based on the Selecteindexchange event the the dropdown. I have have another Control on the Left hand side that needs to be Updated on Selecteindexchange of the Drop … | |
hi can you tell me how to use " Active Directory Services " in login page by using asp.net. (c#.net) | |
Hi, I have to make a web page which has the ability to zoom its content. I tried displaying the content in iframe(src:"www.mypage.com") and then using style="zoom:50%;" . This works well for IE 7 but in IE 8 the whole iframe increases and decreases in size when the Zoom value … | |
hello, can anyone tell me how to randomly pick entries from a database using ASP.NET as front end and SQL SERVER as backend ? i have written select * from table order by rand(); but instead of picking entries randomly, it simply displays the entries in the same order as … | |
I have three drop downs -bounded with object datasources, by default each drop down shows all countries (as i changed in prerender -st=null), cites and distt. i need -When user select country only related cities should show under city dropdown. and when user select city-only distt related to city show … | |
Q) We have 4 text boxes to take input but we hav only one column in our database. How to insert the text of 4 different text boxes in to a single column of database(occupying 4 rows) one after the other. [ 4 ur understanding I m explaining the scenario: … | |
Hi! So i am kinda of new to asp. I have created a registration page in vb.net. The information is suppose to be handed off into msaccess database, however it doesn't actually send the information. It will send the Email however to the user. The code is listed below. Can … | |
Could anybody please explain to me why my TextChanged event doesn't fire? [code]protected new void Page_Load(object sender, EventArgs e) { base.Page_Load(sender, e); if (!IsPostBack) { Value.TextChanged += new EventHandler(OnValueChanged); } } protected void OnValueChanged(object sender, EventArgs e) { ViewState["IsModified"] = true; }[/code] The Value textbox is on the second page … | |
I created an asp.net application using mysql database, when the run application it will hang within 15 minutes and very slow my application pls help me , what can i do , if any body knows solution let me know, how to memory release when i page close. |
The End.