13,153 Topics

Member Avatar for
Member Avatar for anuj_sharma

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 …

Member Avatar for Ramesh S
0
83
Member Avatar for vijayavimala

sir/madam, if u can tell me a testing tool for .Net at a lesser price forward ur reply to this mail id.

0
57
Member Avatar for Alexpap

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

Member Avatar for sknake
0
153
Member Avatar for bubbleT

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 …

Member Avatar for bubbleT
0
110
Member Avatar for ricksvoid

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 …

Member Avatar for kameswari
0
182
Member Avatar for srikanthkadem

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

Member Avatar for virtuelabz
0
190
Member Avatar for nccsbim071

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 …

Member Avatar for sknake
0
403
Member Avatar for miry

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 …

Member Avatar for miry
0
162
Member Avatar for krokodajl

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?

Member Avatar for krokodajl
0
160
Member Avatar for SreekanthVenkat

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.

Member Avatar for Ramesh S
0
91
Member Avatar for anuj_sharma

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 …

Member Avatar for ryuslash
0
76
Member Avatar for cVz

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 …

Member Avatar for dnanetwork
0
143
Member Avatar for chrispaul8676

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

0
77
Member Avatar for ptaylor965

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

0
87
Member Avatar for snehaparekh

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

Member Avatar for Ramesh S
0
40
Member Avatar for Haimanti

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 …

0
62
Member Avatar for kspriya01
Member Avatar for culebrin

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 …

Member Avatar for culebrin
0
463
Member Avatar for chrispaul8676

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]. …

Member Avatar for kvprajapati
0
150
Member Avatar for Pankaj18

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 …

Member Avatar for sknake
0
124
Member Avatar for ashkan3030

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

Member Avatar for ashkan3030
0
129
Member Avatar for vuyiswamb

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 …

Member Avatar for vuyiswamb
0
111
Member Avatar for mohankumar554
Member Avatar for Ramesh S
0
46
Member Avatar for raymondhsu09

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 …

0
55
Member Avatar for ariez88

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 …

Member Avatar for mail2saion
0
126
Member Avatar for pt0909

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 …

Member Avatar for mail2saion
0
155
Member Avatar for ariez88

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

Member Avatar for mail2saion
0
93
Member Avatar for ctyokley

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 …

-1
79
Member Avatar for dpreznik

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 …

Member Avatar for sknake
0
100
Member Avatar for shahul.hameed

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.

Member Avatar for sknake
0
41

The End.