13,153 Topics
![]() | |
Hello Guys. my problem is this: I want to use this Jquery: [CODE] <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server"> <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"> $(document).ready(function () { $("#tblGames tr:even").addClass("alt"); $("#tblGames div:odd").addClass("alt"); }); </script> [/CODE] in order to alternate coloring a table (zebra style) this is the table definition: [CODE] <table id="tblGames" runat="server" border="1" style="border-style: … | |
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 … | |
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" … | |
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 … | |
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, … | |
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] … | |
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 … | |
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 … | |
![]() | 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 … |
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.. | |
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 | |
I need useful tutorial for globalization in asp.net 4.0 | |
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 … | |
What is the difference between skin file and css file?? | |
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.. | |
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 … | |
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" > … | |
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 … | |
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 … | |
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......... | |
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 … | |
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 … | |
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 … | |
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 … | |
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]@{ … | |
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 … | |
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 … | |
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." … | |
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 … | |
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 |
The End.