13,153 Topics

Member Avatar for
Member Avatar for naheedkassam

hi, I have a web form that consists of several Radcombobox. The first combobox gets its list from a database. After selecting a value from this combobox i would like it to update the text shown on the second Radcombobox. The autopostback is always resetting the value of the second …

Member Avatar for naheedkassam
0
173
Member Avatar for solomon_13000

I attempted to set up pagination for the datalist control. However when I click next link the next image doesn't display. Then when I click previous the first image is displayed. Did I miss something in the code? [CODE] <table border="0" width="800" bgColor="#ffffff" height="644"> <tbody> <tr bgColor="#ffffff"> <td height="173" colspan="2" …

0
120
Member Avatar for buzzykerbox

Hi, I'm new to asp.net, I'm creating a quiz, I have a set of questions that are stored in an array and they are stored in session state, when I load the first page of the quiz a question is randomly chosen with a set of answers. when I move …

Member Avatar for bigstar
0
97
Member Avatar for game4tress

I need to create an application (or find one application) that copies files from a computer to another, across the internet to create automatic backups. The target computer is a company server to which i have phisical access. The "source" computer(s) (several computers in several clients, that we - company, …

Member Avatar for ninjatalon
0
1K
Member Avatar for Antpit

Hi I have a Formview control on an aspx page. I want to display labels to say something like record 1 of 5 and total number of records found. Here is the code (from the MSDN Site) that does not raise any errors but the labels stay blank. Thanks [CODE] …

0
64
Member Avatar for talhatanveer

Hello, I am trying to navigate through all the pages(links) in the following HTML code : <div class="ajax_paginator"> <ul> <li class="prev"><a href="#">«</a></li> <li class="p1 current"><a href="#">1</a></li> <li class="p2"><a href="#">2</a></li> <li class="p3"><a href="#">3</a></li> <li class="p4"><a href="#">4</a></li> <li><span>…</span></li> <li class="p944"><a href="#">944</a></li> <li class="next"><a href="#">»</a></li> </ul> </div> I am using Webbrowser control(C#) to …

Member Avatar for thines01
0
133
Member Avatar for MARKAND911

I am having a problem in adding Chart control to my Toolbox. When i click [B]Choose Items[/B] from my Toolbox Context Menu, my VS 2008 crashed down, and gets closed. So I am finding another way to add chart control to my toolbox. So I need help in adding chart …

Member Avatar for rohitorque
0
74
Member Avatar for AliQadir

Hi, I have GridView on my asp.net Page I want to validate the Gridview. I want that in my Grid , Records with Null Value do not be displayed,Like I have some Null values In second column rows So I need to Hide those Null Values, In fact Entire row …

Member Avatar for KushMishra
0
117
Member Avatar for rohitorque

I saw similar post in several forums but still i have the same doubt... CAN I USE NULLABLE WITH OPTIONAL KEYWORD??? What is the problem with using both together??? are these 2 keywords similar??? hope someone will clear it for me..

0
80
Member Avatar for zrony

hello.... my problem is that i want to transfer data in variable from ajax modle popup to parent page of aspx.plz help me thanx

Member Avatar for rohitorque
0
86
Member Avatar for kikic
Member Avatar for mdimran03

Hi everyone iam facing a problem with the mutli language site.. My requirement is Home Aboutus contactUs (for english) --on left side contacus aboutus home (for arabic) -- on right side for menu type link button iam getting only english, arabic is not working my current o/p for arabic: home …

Member Avatar for rohitorque
0
90
Member Avatar for versatile36
Member Avatar for jineesh

I have two tables, tblstudent having fields [studentId,rollNo,classId,studentName], tblclass having fields [classId, division,className]. The two tables are referenced by field classId. I want to fill tblstudent. Also I want the table tblClass should be filled at the same time. This is for creating reports. Can any one help me..

Member Avatar for jineesh
0
807
Member Avatar for SaranSakthi

Hi, dear friends, I'm Saranya, I'm doing my project in ASP.NET C# In it I am having one dropdown list which has the values are IICSE,IIICSE and IVCSE,these are nothing but table names. When user selects one of the item in it, that will display the table values which are …

Member Avatar for sufyan2011
0
89
Member Avatar for 1981191919

hi everybody i am trying to update db using gridview but all attempts end up with failure i dont get execptions just nothing happens when i push update button <asp:GridView ID="ResultGridView" runat="server" AutoGenerateColumns="False" ShowFooter="True" DataKeyNames="VendorId" AllowPaging="True" CellPadding="3" OnPageIndexChanging="ResultGridView_PageIndexChanging" OnRowDeleting="ResultGridView_RowDeleting" OnRowEditing="ResultGridView_RowEditing" OnRowUpdating="ResultGridView_RowUpdating" OnRowCancelingEdit="ResultGridView_RowCancelingEdit" PageSize="5" BackColor="#DEBA84" BorderColor="#DEBA84" BorderStyle="None" BorderWidth="1px" CellSpacing="2" OnRowCommand="ResultGridView_RowCommand" > …

Member Avatar for sufyan2011
0
135
Member Avatar for game4tress

I want to create a website to sell software over the internet. I know i can use paypal to receive payments. I've been looking at the paypal documentation and i can't find the answer to my question. I don't have a company, i'm a freelancer doing my own work for …

Member Avatar for sufyan2011
0
175
Member Avatar for jetlife76

Hi Guys, i am working on a project for class that inputs 6 grades into text boxes and gives the numerical average and the letter grade. i am still not quite grasping Visual Studio so please bare with me. I am confused on how to get the grades to post …

Member Avatar for Consider
0
118
Member Avatar for prakashmca07

Could anyone tell me whether datagrid in asp.net can be used without database bcos if it is used means not visible during runtime.. anyone can advise if u know in this regard.........

Member Avatar for rispy
0
112
Member Avatar for amm038

hi i face w problem when displaying the information from the database i store the information succefully but when i want to display the info all info appear in one line like i add this information to the database. my name is unkonwn it appears like this like i add …

Member Avatar for hericles
0
145
Member Avatar for tukky

Hey guys, I'm doing a project for university and i have hit a wall. I have a gridview that is connected to a database as shown below: [url]http://i40.tinypic.com/fys9i.jpg[/url] (menu is incomplete) I want a drop down box that is populated with the type of food such as (pizzas, burgers etc …

Member Avatar for tukky
0
144
Member Avatar for kikiritce

I started web application project for online licitation and I use asp.net4.0 Have problem in it’s creation. Those are the conditions I have to realize: -Administrator can add or delete biddings. -Advertiser can add, review, modify and delete biddings. -The user can search biddings, review and participate in them. any …

Member Avatar for seslie
0
117
Member Avatar for f.sh

actually, i'm developing dynamic template using asp.net and c#. in my usercontrol page i have a listview which is include dynamically created table. once the user edited any of the rows and press the save button before the PageLoad or PageInit i want to execute the ItemUpdating function to save …

0
120
Member Avatar for UFO Disko

Hello, I just created a basic app that fetches records from a db with an edit page. I understand that my code is a bit messed up and would like it if you could tell me where did I go wrong with it. This is my code for EditArticles.cshtml [CODE]@{ …

0
87
Member Avatar for hmortensen

Hi all, Hopefulle someone outthere can help me identify whay i'm doing wrong. I'm sure it's something simple I have overlooked. I have the following templates in my xaml. [CODE] <Window.Resources> <DataTemplate x:Key="ModuleTemplate" > <StackPanel Orientation="Vertical"> <TextBlock Text="{Binding Path=fileName}"/> <TextBlock Text="{Binding Path=baseAddress}"/> <TextBlock Text="{Binding Path=entryPointAddress}"/> </StackPanel> </DataTemplate> <HierarchicalDataTemplate x:Key="ProcessTemplate" ItemsSource="{Binding …

Member Avatar for hmortensen
0
208
Member Avatar for dadonofmem

I have a strange issue going on here. I have a button named btnLookUp that when clicked performs a search in a SQL database using an ID that is input into a textbox named txtIdNbr. I have data in all rows of the database and have verified it more than …

0
68
Member Avatar for gavriel20

Hello. I am using this code to save asp.net page as an MS Word doc file. protected void GenerateMsWordDoc(object sender, EventArgs e) { string strBody = "<html>" + "<body>" + "<table width=\"100%\" style=\"background-color:#cfcfcf; font-family: Arial, Helvetica, sans-serif\"><tr><td>????</td><td>2nd cell body data</td></tr></table>" + txtName.Text + "</b></div>" + "Ms Word document generated successfully." …

0
64
Member Avatar for kikic

I made pages for login and register. I use WSAT for giving privilegies to users. I split them into two groups: Admin and Users. When the administarator login into application, he is redirected to ADMINpage. there I want to set gridwiev with informations for users. ID and USERNAME and rights …

0
102
Member Avatar for erum

Hello Every one can any body help me how to start with ssrs(sql serevr reporting service ??how to isntall and configure it.. I have SQL server 2005 installed on my machine.. Thnaks

0
77
Member Avatar for Contagious98

Can somebody here teach me how to print in a current row in Gridview? Am using Crystal report, ms access 2007 and Vb.net 2008. This is for receipt matters. To be able to print a receipt after a transaction is made. To be able to print a selected row in …

Member Avatar for lolafuertes
0
205

The End.