13,936 Topics

Member Avatar for
Member Avatar for Shwetha Dali

Hi, I have a application where we upload pdf files.And also i have button in another page to download it.As and wen a new file is uploaded that file should be downloaded on clicking the download button. The follwing code fetches all the pdf files filelist contains all pdf files.. …

Member Avatar for vsa000
0
229
Member Avatar for FirstProgrammer

hi [CODE]<asp:ListView ID="lvTabs" runat="server"> <LayoutTemplate> <table> <thead> <tr> <th>Icons</th> <th>Tabs</th> <th>Discription</th> </tr> </thead> <tr id="itemPlaceholder" runat="server"></tr> </table> </LayoutTemplate> <ItemTemplate> <tr> <td class="ListViewIcon"><asp:Label runat="server" ID="lblId"></asp:Label></td> <td class="ListView"><asp:LinkButton Font-Underline="false" runat="server" ID="Tabs"><%# Eval("Tabs")%></asp:LinkButton></td> <td class="ListView"><asp:Label runat="server" ID="lblType"><%# Eval("Dis")%></asp:Label></td> <td></td> </tr> </ItemTemplate> </asp:ListView>[/CODE] and on click event Code is [CODE]Protected Sub lvTabs_ItemCommand(ByVal sender As …

Member Avatar for postonoh
0
221
Member Avatar for HughMannity

When I type in "RangeValidator1.MaximumValue = "999" in the code-behind, in let's say the Page_load event, it does not recognize the "RangeValidator1" in the intellisense. Here is how the GridView and RangeValidator are defined: [CODE] <asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" DataKeyNames="ID_KEY" DataSourceID="SqlDataSource5" EmptyDataText="There are no data records to display." …

Member Avatar for postonoh
-1
308
Member Avatar for abhi1862

hello all ... i just got assignment and my programming is very weak so i am learnig frm my self ..... so here is task for me i have to design a dropdownlist in which number containg 1-9 on which selection the corresponding number check box must shown (ie; if …

Member Avatar for sufyan2011
0
55
Member Avatar for surajrai

Hello, I am going through few documents of my new project. It says it is a AT.NET (AT = Application template) based application. The architecture the project seems to be very complex and its a 7 year old product and still new developements are going on. Can anyone explain what …

0
119
Member Avatar for deepanbecse

Hi, I have bound the data in the grid view using the following code [CODE] gvHolidaysLst.DataSource = dsHoliday; gvHolidaysLst.DataBind(); [/CODE] But I wanted to add a new column with check box control in the grid view.An error occurs while filling the grid view because the data source contains only 3 …

Member Avatar for cocoll
0
126
Member Avatar for ilmkidunya

how to make customized info window in google maps v3 using asp.net its very urgent. thanks

Member Avatar for ilmkidunya
0
83
Member Avatar for gaasha

Hi there! I recently installed [B]VS 2008 SP1 [/B]with [B]MVC2[/B]. (Because [I]VS 2010 Express [/I]would not install from the installer downloaded from MS's site...) After usage of just one week or so, today when I tried to start VS, it showed an error dialog with msg: [COLOR="Red"]"The evaluation period for …

0
74
Member Avatar for phpangel

hi guyz, i have a pre-complied ASP.NET portal, how can i import the database into Visual Studio solution? thank in advance

0
55
Member Avatar for Acidburn

Hi guys, I'm using the MVC 2 framework and have managed to mock up a website. I'm trying to demonstrate this prior to given the go ahead and make it full scale. I've got a "Persons" controller, this allows me to add a "person" to the application. I've got a …

0
64
Member Avatar for bhagyap

Hi.. I have 3 DropDownList:- DropdownList1 has status,DropDownlist2 has date and DropDownList3 has duedate and based on these values selected i want to populate the Gridview following is my code.. protected void Button1_Click(object sender, EventArgs e) { string con = ConfigurationManager.ConnectionStrings["ConnectionString"].ConnectionString; SqlDataAdapter sda = new SqlDataAdapter("Select * from DropDownFilter where …

Member Avatar for bhagyap
0
842
Member Avatar for deceivingrakesh

Guys , I have some questions 1) lets say that im developing a asp.net site using VS 2008 , how do i use sql server 2005 as the database 2) I have using MS-ACCESS as the database before and it was easy , all had to do was to create …

Member Avatar for deceivingrakesh
0
118
Member Avatar for deepanbecse

Hi friends, I wanted to add a calendar as a pop up while pressing a button and the selected date should be loaded in the text box.The calendar should be an absolute control.My ultimate aim is to save the space by using a calendar that overlaps the other controls. Waiting …

Member Avatar for sufyan2011
0
82
Member Avatar for Vishul

i have created a vs 2008 solution that contain 3 projects i.e. 1. BLL 2. DAL 3. GUI (Website) Language used C# I have add references & connect it through vs 2008 inbuilt sql server & it is working fine on localhost but when i upload it on internet it …

Member Avatar for deepanbecse
0
111
Member Avatar for berniefitz

Okay this may be a silly question but my network / web design knowledge is pretty minimal. I have a web site where I want to display an image that has a GUID query string attached. When the page is opened using my internal IP address I can see the …

Member Avatar for catherine sea
0
64
Member Avatar for aspbeginner

Am currently working on my end of semester project (online examination system )where questions are to be obtained from a database. The question is displayed in a label and the four options in radiobuttons.. this form has 3 buttons that can enable a user to navigate to the next question,previuos …

Member Avatar for Rajini Yella
0
421
Member Avatar for anaisthitos2

Is there a way to call a visiblox chart that created with c# code in wpf? Let's say that i have created a chart like : [CODE]private Chart CreateNewChart(int num_chart, string chartName) { Chart newChart = new Chart(); newChart.Name = "Chart_"+num_chart; newChart.Title = chartName; newChart.Width = 600; newChart.Height = 120; …

0
99
Member Avatar for murithi

Hi guys, I have struggled to do this but I have not made much progress. All the tutorials I have come accross online have been on C#. While I have tried these out I just can't seem to get my code to work. Am using linq to sql and jquery …

Member Avatar for catherine sea
0
92
Member Avatar for dhanlak

Hi, I am trying to bind a datagrid with a datatable in WPF. This is my first project in WPF. The datatable has a single column. The datatable is bound with a table that has a varbinary image column in database. In database, this is the table structure table tblPicture …

0
107
Member Avatar for dhanlak

Hi all, I have done an asp.net project using VS 2010. I have used jquery, $.ajax calls, updatepanels and pagemethods. I have included the ajaxcontroltoolkit.dll in the bin. What compatibility probles that are likely to occur. I have tested the project in IE8 and firefox 8. It works fine. Since, …

Member Avatar for dhanlak
0
164
Member Avatar for nick_hunk91

Can anyone help me with finding this ebook, it's mentioned but not available on google. :-/ Kindly Help. Thanks Book Title: Essentials of .net programming -Theory and application Author: C. Komalavalli Sanjib K Sahu

Member Avatar for nick_hunk91
0
273
Member Avatar for bhagyap

this.tableLayoutPanel1.ResumeLayout(false); An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll occurred for the above line.. Please help me...

Member Avatar for bhagyap
0
233
Member Avatar for naveedqadri

Dear Experts, Thanks for your time. My application developed in 2003 asp.net and C#, there are some important java scripts these scripts are working in IE but when i tried in Firefox, Google Chrom, it does not work. [B]WHERE I AM WRONG IN CODING ?[/B] [B]Important[/B] When i try to …

Member Avatar for naveedqadri
0
194
Member Avatar for goltu

[CODE] <%@ Page Language="C#" MasterPageFile="~/Admin.master" AutoEventWireup="true" CodeFile="last_try.aspx.cs" Inherits="last_try" Title="Untitled Page" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> </asp:ToolkitScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" AllowPaging="True" DataSourceID="SqlDataSource1" onselectedindexchanged="GridView1_SelectedIndexChanged" onrowcommand="GridView1_RowCommand" > <Columns> <asp:BoundField DataField="l_no" HeaderText="l_no" SortExpression="l_no" /> <asp:BoundField DataField="nam_dep" HeaderText="nam_dep" SortExpression="nam_dep" /> <asp:BoundField …

0
71
Member Avatar for Charles.m

Hello everyone, My name is Charles, I just started programming C# .NET for web my application few weeks ago. Although I don't have much experience as I am still a student but anyways I joined this forum so I can get help from professionals and hopefully in future assist newbies …

Member Avatar for Netcode
0
42
Member Avatar for Shwetha Dali

Hi, I want to zoom the uploaded images.I have code to zoom 2 - 3 images.. Each image user uploades has to be zoomed on mouse over. Can anyone tell me how to do this Thanks, Shwetha

Member Avatar for MagicToolbox
0
219
Member Avatar for ret801

I am not sure if this is the right place to post. But I am creating a website that is similar to sourceforge with project hosting and such, I need the requirements for the site. I know how to program JS and html and such as well as software languages, …

Member Avatar for peter_budo
0
135
Member Avatar for nelly89

Urgent..hai i need everyone help. i have a prob which is i cannot update the GVPapar row by row..actualy im used join table between table Kuiz,table DaftarPelajar and table pelajar..Could is also add table DaftarSubjek when i want to update??? because in update i want also update the data of …

0
65
Member Avatar for Meesho

Hello ppl, Please i have been dying to get this to work but no help what so ever, i tried so many ways and so many searches but i always reached a dead end.. I have a ReportWizard that i created, an .rdlc file, and i have a report Viewer …

Member Avatar for jacob21
0
97
Member Avatar for owaisbashir

hi here new to asp.net.cn any body help me realted to asp how can i learn asp.net.some toturails etc.

Member Avatar for naveedqadri
0
355
Member Avatar for @theDatagame

[B]Hello DaniWeb[/B], [I]C#/ASP.Net[/I] I have a user and a server. The server has an intranet page/site I need the user(off-site) to be able to see if they are a part of a user group(domain\CN) on the server. Using ASP.Net, and Active Directory search classes(Directory Services, etc) is there a way …

Member Avatar for |-|x
0
395
Member Avatar for teklaw

I am unable to update table when the users clicks on the register button. My code is listed below. vb: Dim retstruct As RegisterCourseInfo Dim uN As String For Each row As GridViewRow In GridView1.Rows Dim cb As CheckBox = CType(GridView1.FindControl("ChkSelect"), CheckBox) If cb IsNot Nothing AndAlso cb.Checked Then uN …

Member Avatar for |-|x
0
91
Member Avatar for Rohan rawat

I want retrive anthor table from linkbutton inside gridview,But cannot get result i want Please help me . Main gridview table is viewyn CREATE TABLE [dbo].[viewyn] [l_no] [varchar](50) , [nam_dep] [varchar](50) , [no_deo] [int] NULL, [no_mon] [int] NULL, [le_yn] [varchar](50) , [dd_yn] [varchar](50) le_yn is used linkbuttons Now anthor table …

Member Avatar for |-|x
0
95
Member Avatar for lianpiau
Member Avatar for jacob21

hello i am new in entityframwork. i want to bind particular data column after joining three table with gridview how can do it. any body can help me.......... plz reply me as soon as possible...

Member Avatar for sufyan2011
0
75
Member Avatar for denmarkstan

i have set background image on the body of my master page. i have link css file. in my css, i set the image like this and the result was repeated images on the master page body: [ICODE]body { background-image:url('/Styles/bg.jpg'); font-size: .80em; font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, …

Member Avatar for sufyan2011
0
357
Member Avatar for EdsonF

Hi guys I would like to ask your opinion on the following: What 's the best platform to create Web Business Applications ? ASP. net MVC 3??? I really want to get expert insight on this subject. Regards Edson

0
180
Member Avatar for naveedqadri

Dear Experts, Your Help is always Appriciated Scenario: OS.server 2003, VB +ASP.NET VS2005 My application is developed in 2003 on vs2003, now validation error while checking in design mode. This application is using two classes with if condition. Error 36 Cannot switch views: Validation (Internet Explorer 6): Attribute 'class' can …

Member Avatar for naveedqadri
0
239
Member Avatar for aldm

Hi, I have a weird problem in my asp.net project. On search page I have repeater. Inside repeater I have a link for reservation for each item. When I come on page first time, it works well. But when I change some of options in repeaters's data source - for …

Member Avatar for hericles
0
197
Member Avatar for Pawan Tolia

I want to redirect a Sharepoint web page...Using relative and absolute urls plz provide some approach towards it

0
79
Member Avatar for deva89

Sir, I am currently doing a project on "Pharmacy Management System". My question is "Can I used DataGridView to show the items that i have searched and the rest won't be visible??" If yes then can anyone give me the code for search button?? I have used the following code …

Member Avatar for kamilacbe
0
158
Member Avatar for Rohan rawat

[CODE] body { font: normal 12px auto "Trebuchet MS", Verdana; background-color: #ffffff; color: #4f6b72; } .popUpStyle { font: normal 11px auto "Trebuchet MS", Verdana; background-color: #ffffff; color: #4f6b72; padding:6px; filter: alpha(opacity=80); opacity: 0.8; } .drag { background-color: #dddddd; cursor: move; border:solid 1px gray ; } [/CODE] This main problem is …

Member Avatar for Sarama2030
0
77
Member Avatar for Charles.m

Hello, I am getting the contents on my website from database using SQL Stored Procedure (C#). Now, I want to change the output look with XML / XSLT. How can I do this? Something like this http://forums.asp.net/t/1230093.aspx/1 but am not sure how to go about it, am new to C# …

Member Avatar for Charles.m
0
694
Member Avatar for Romil797

here is what i have so far: on website load, a bunch of items are add to a list in an order given in an order section of a database. i can move the list around because the list is "sortable" (jquery). what i need: the user rearranges (sorts) the …

Member Avatar for sufyan2011
0
82
Member Avatar for funkyphail

How do I populate data in both tablefoot and tablebody by getting values from an sql database. For example, the data in tablefoot refers to the date and tablebody refers to the values that belong to that date. I am confused about how this kind of tables work. Thanks in …

Member Avatar for sufyan2011
0
1K
Member Avatar for murali53

HI. I was taken one grid view, in that gridview there is 6 text boxes are there (sun1b,mon1b,...... total1b), I want to add (sum) those textbox valus without ''ADD Button ''click . I need to add the text box values (Horizontal, vertical ) total, I attached the image, u r …

Member Avatar for sufyan2011
0
217
Member Avatar for kavi4u

Hi, I want to assign a f2 key for the save button in my c# application, is it possible ? if not any other ways where i can assign short cut key for the buttons ? any one can help me Thanks in Advance ..

Member Avatar for Mike Askew
0
127
Member Avatar for serkan sendur

To make some operations on XML elements you have to know their types. This snippet is about getting the types of these elements.

Member Avatar for deepalijain
0
238
Member Avatar for naveedqadri

Dear Experts, I am trying to get out put, as this is working fine on my local machine running on server 2003, 32 bit, BUT when i upload it to VPS with same specifications , it gives following errors. -System.ArgumentNullException: Value cannot be null. Parameter name: path at System.Web.HttpServerUtility.Execute(String path, …

Member Avatar for thines01
0
1K
Member Avatar for priyamtheone

I have inherited the standard panel control to create a panel having custom border color. The problem is, while the panel is on a form and any other form is moved across it, it paints hapazard lines of the same color as the panel custom border color, all throughout background …

Member Avatar for priyamtheone
0
811

The End.