12,085 Topics

Member Avatar for
Member Avatar for iamchamith

How I Create tool tip window like this... [URL="http://www.allblogtools.com/tricks-and-hacks/how-to-add-images-gallery-widget-with-jquery-hover-zoom-to-your-blogger/"]http://www.allblogtools.com/tricks-and-hacks/how-to-add-images-gallery-widget-with-jquery-hover-zoom-to-your-blogger/[/URL]...

Member Avatar for kvprajapati
0
56
Member Avatar for laghaterohan

Hello friends, I have a gridview which has 4 columns. In the first column i have Name. In the second i have School Name ( This is a Drop down list which is Disabled on Page Load) In the third i have Template filed wherein i have put an Button …

Member Avatar for laghaterohan
0
237
Member Avatar for umair.sabri

i m developing website in C#.net but my exception message is not displaying in alert box how can i disply my exception in text box in try catch any body pls tell me

Member Avatar for kvprajapati
0
1K
Member Avatar for tallapureddy

HI all. I need to tranfer the records of one gridview to another gridview on checking the record. I have used a button for this purpose. Check all the desired items and on button click the records are transferred to the gridview. I have given the following code: [code] Protected …

Member Avatar for kvprajapati
0
84
Member Avatar for itee

I have a table in SQL sever .How to create a dynamic dropdownlist using the entries in that table in such a manner that i am able to use the corresponding values to that entry that are given in the table?

Member Avatar for itee
0
125
Member Avatar for himanshujain

hi, folks. I want to use flash templates in my asp.net application, bt dont know how to do it. So i hv basically two questions to ask: 1) Is it possible to use flash templates without much difficulty in asp.net project. 2) Can we somehow using some tool or application …

-1
65
Member Avatar for MARKAND911

What will be the connection string for OpenOffice Base (.odb) database? i want to use this connection string in C#. Which namespace needed to be added to use .odb operations?

Member Avatar for PsaltyDS
0
858
Member Avatar for ritesh2190

myCommand.CommandText = "update Stutable set password as ('" & TextBox2.Text & "')"" where rollno = " & TextBox3.Text please can you tell me what is the error in the above statement iam using vb and access database

Member Avatar for nebyas
0
72
Member Avatar for manalibhadula

I am having a Problem in a form.I have use validator controls.But after that it's submit button start giving Problem.It's not Working now,mean's code behind that is not giving any response

Member Avatar for nebyas
0
79
Member Avatar for bipiney

Hi, In my aspx page I have a gridview inside a panel as below <asp:Panel runat="server" ID="pnlContainer" ScrollBars="Auto" Height="781px" Width="1250px"> <asp:GridView ID="gvCashFlowDtls" AutoGenerateColumns="False" runat="server" Font-Size="Small" DataKeyNames="UID" Width="98%" onrowdatabound="gvCashFlowDtls_RowDataBound"> <HeaderStyle CssClass="GVFixedHeader" /> <Columns> . . . . . . . . . </Columns> </asp:GridView> </asp:Panel> This is the style I used …

Member Avatar for bipiney
0
124
Member Avatar for anumitadas

I am having one website [url]www.degreespeak.com[/url] where at the top three dropdown present. Now I want to fetch 3value from each dropdown.then it will take as 1_2_3 and after clicking on search button it will show the related college. Now the problem is client dont want to make any datbase.But …

Member Avatar for dnanetwork
0
64
Member Avatar for jellybeannn

Hallo, can someone please help. I've got 2 calculations, and they need each other for the calculation, I've declared both global, because H44_Out is first 0 is used as H42_Out and therefore giving a wrong value to H42_Out, is their a way to do this? [code] H44_Out = (G123_Calc + …

Member Avatar for dnanetwork
0
103
Member Avatar for jass1

Plz help me out i want a a forum from where i can download it and also lict neccessar changes plz contact me on orkut [url]http://www.orkut.co.in/Main#Profile?uid=8823312722782927827&rl=t[/url]

Member Avatar for dnanetwork
0
77
Member Avatar for gsb1bee

Can you discuss the problem that arises when several customers try to make bookings at the same time and devise and how to implement a method to prevent double allocation of seats in a multi-user environment. I am using ASP.NET and Ms sql server 2008.

Member Avatar for dnanetwork
0
40
Member Avatar for rajabca

I have run the website some error are displayed. It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Pls. give solution for me.

Member Avatar for dnanetwork
0
66
Member Avatar for murugavel84

Hi friends, I need to know how can we achieve this? Once the user navigate from a page,the cache should be clear and if they press browser back button, it should display the "page has expired" error message. Can anybody help me on this?

Member Avatar for dnanetwork
0
103
Member Avatar for tuomari

I have a page which has datagrid on it, and the datagrid is populated automaticly from access database so I don't have anything defined manually, except for the edit column. What i would need to do, is to make an empty editable row on the bottom of the datagrid, so …

Member Avatar for dnanetwork
0
88
Member Avatar for sureshrajanmca
Member Avatar for papanyquiL
0
64
Member Avatar for markhiggi

hi, i am creating a theater booking system in asp.net 3.5 using VB. i have a grid view that is populated with the top N number records from my table (the number of records is selected by the user) that match the criteria i am looking for. i now want …

Member Avatar for finito
0
85
Member Avatar for kouroshnik

hi I have a TextBox that I want it's default language sets to farsi I mean when somebody whants write on it ,by default language sets to Farsi-IR

Member Avatar for webnhosting
0
102
Member Avatar for born star

hello i have a problem .......my problem is that i want to concatenate two query strings but i don't know how to do this can somebody tell me how to concatenate query strings and correct the code that i wrote below [CODE][B]<a class="Links" href='OrderDetail.aspx?oID= <%#Eval("orderid")%>&uID=<%#Eval("userid") %>'>[/B][/CODE] thanks in advance

Member Avatar for webnhosting
0
72
Member Avatar for Pari13

Hello Developer, I am having problem to passing parameter from one user control to another user control. I am developing an application that have reusable functionality , so I converted each aspx page into .ascx page(i.e. User control) of my application which is perfactly run in aspx page. But here …

Member Avatar for Pari13
0
162
Member Avatar for lisles

Hi.i want to use a ajax updatepanel.on postnack i only want the datalist "dlEvnt" to get refreshed.but thats not happening.can anybody tell me what to do. Here's my code [code] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="news_evnts.aspx.cs" Inherits="news_evnts" %> <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %> <!DOCTYPE html PUBLIC "-//W3C//DTD …

Member Avatar for lisles
0
153
Member Avatar for rpng

I can't seem to reach/instantiate a web method from a webservice in my asp.net app (VS2005 C#). I have attached this sample asp.net program to the thread. It is a basic web based slide show program which uses a web service as the datasource (VS2005). I don't know if it …

0
55
Member Avatar for nikhil257

Hello All, I am trying to add a clean up code to the global.asax file, when I initially added the code it worked but now its throwing a compilation error for the same. Below is the code which I need to add, I have taken it from Microsoft's website and …

Member Avatar for BMXDad
0
165
Member Avatar for SBA-CDeCinko

I have an ASP.NET gridview where I allow the user to edit a record. I need to validate multiple fields as one. I need to require that the user either enter a first and last name OR a company name. All three cannot be blank. Most of the sample code …

Member Avatar for SBA-CDeCinko
0
142
Member Avatar for mandeep.laha

I am developing a web application in which the clients wants to generate a pdf of the current page. I google a lot about this but didn't find any suitable solution to the problem. Many dlls and classes are available but no one is working. The main problem is that …

Member Avatar for mandeep.laha
0
85
Member Avatar for miskeen

Hi, Is there any possible way to unselect a number of radiobuttons grouped in the same groupname? Thank you

Member Avatar for spectra
0
888
Member Avatar for visweswaran28

Hi, I am creating dynamic table in that I want to set wordwrap in HTMLTableCell. How can I achieve.

0
37
Member Avatar for ansari.wajid

Hi Guys I am trying to use below code to show a save dialog box when a link with .swf file is clicked, But the problem is that its not working. Can anyone share the code to show a save dialoge box when a link is clicked with .swf file …

Member Avatar for ansari.wajid
0
184

The End.