13,153 Topics

Member Avatar for
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
89
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
105
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
160
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
271
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
230
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
189
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
69
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
41
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
210
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
133
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
64
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
92
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
326
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
392
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
88
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
93
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
72
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
356
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
179
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
238
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
193
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
78
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
155
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
74
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
691
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
79
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
206
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
124

The End.