13,153 Topics

Member Avatar for
Member Avatar for laghaterohan

Hello, I store Date in my database ( in sqlserver 2008 my datatype for this field is Date) however when i display the date in front end (ASP.NET C#) i get Date along with Time 12:00 AM as a default time. I dont want Time to be displayed in my …

Member Avatar for dnanetwork
0
147
Member Avatar for needanswer

Tried to make the "add" button working, it is only half working(*). I can add the new record form the textbox, but I will get the error on the datasource, datasourceID, THEN i CHANGED THE DATASOURCE TO DATASORUCEID, i GOT THE OTHER ERROR THE "dt" couldn't transfer to string, how …

0
59
Member Avatar for SBA-CDeCinko

How do I trim my values in a gridview edit form before they are updated or inserted into the database? I want to be sure that users do not add extra spaces onto the end of the text or at the begining.

Member Avatar for SBA-CDeCinko
0
170
Member Avatar for nebyas

Friends, I have a master-detail form. How can I set permission for the form in such a way that, a user having permission to edit only can edit a record. a user having permission to view can only view the data and print it. Can you suggest some methods or …

Member Avatar for sergb
0
59
Member Avatar for sodevrom

Hello, I have a project for school and I need it finished a in a few days. What the project does is reads data from a txt file. Each row of the txt file contains a timestamp hh:mm:ss,mmm (example: 00:05:33,141). Whenever the system time is equal to one of the …

Member Avatar for sodevrom
0
507
Member Avatar for iamchamith

I am new for "AJAX"... For Learn ajax i use e book...[professionl asp.net 2.0 ajax]... In that ebook there are some asp codes,that is not recognize... eg[CODE]<div> <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <asp:Button ID="Button1" runat="server" Text="Update One" /> <asp:Button ID="Button2" runat="server" Text="Update the Other" /><br /><br /> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" > …

Member Avatar for dnanetwork
0
116
Member Avatar for interdream

Wasn't sure on the best place to post this... went for ASP.NET because that's the language most commonly associated with IIS. However, I am using PHP on an IIS7 server. I am trying to rewrite URLs on an IIS7 server (yes, the URL rewrite module is installed) and it works …

0
47
Member Avatar for ketansingh9
Member Avatar for ketansingh9
-1
103
Member Avatar for umair.sabri

i want to disable dropdown list in my all web pages till connect button is pressed can any rite a javascript function for me plzzzzzzzzzzzzzzzzz

Member Avatar for jbisono
-1
69
Member Avatar for umair.sabri

i have a dropdown in one page i want the selected value of drop down in other page as a label lblBranchName.Text=Request.QueryString["cmbDatabase.SelectedItem"]; cmbdatabase is my dropdown and lblbranch is my label in second page how can i do this pls any 1 tell

Member Avatar for dnanetwork
0
74
Member Avatar for priyankaShri

hi.. well i have a gridview on a page and when the user selects the gridview row then that gridview row should be redirected to a new page. this new page has another gridview which i need to populate with the selected gridview from previous page. can somebody help me …

Member Avatar for kvprajapati
0
20
Member Avatar for cumadhu

Hi All, I need to disable Back button of IE when an welcome.aspx page load into the browser. I dont want the user to click back button after logging in. Is there any code to disable the back button of IE? Please send your suggestions. Thanks and with regards, Madhusudhan.H.K.

Member Avatar for data4use
0
1K
Member Avatar for d3fcon

Hi All, I'm new to web dev and c# so please bare with me I am trying to create a dynamic gridview in a web form for users to to answer questions with (code below). The dificulty im having is that i am nesting a dropdwonlist in the gridview and …

Member Avatar for nebyas
0
115
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 alertbox in try catch any body pls tell me i have tried all of these but n0 result................... [code] ScriptManager.RegisterStartupScript(this, typeof(Page), "test", "alert('Error - TRANSACTION ROLLED BACK'," …

Member Avatar for kvprajapati
-1
80
Member Avatar for Naters_uk

I have created a random password generator function in asp.net (vb.net). [B]How do i call this function through my asp.net button???[/B] :cry: Function RandomPW(ByVal myLength) 'These constant are the minimum and maximum length for random 'length passwords. Adjust these values to your needs. Const minLength = 6 Const maxLength = …

Member Avatar for kvprajapati
0
287
Member Avatar for aripaka

hi, What is 3-Tier Architecture and how is it implemented in ASP.NET? Can anybody please make me clear regarding this doubt..?

Member Avatar for kvprajapati
0
542
Member Avatar for nebyas

How to implement a simple workflow system? eg: A user submit his leave application, which will be forwarded to his boss. The Boss approves it and forward it to another department and finalizes the approval. The user should know the status of the application, where it is. Please provide me …

Member Avatar for kvprajapati
0
80
Member Avatar for Sinha's

Hello experts, I have a web application in ASP.Net (C#) and SQL Server 2005. In the application the end user can enter the customer record. When one end user use the application and enter customer record it works fine. But whenever more then one end user try to enter record …

Member Avatar for kvprajapati
0
277
Member Avatar for jamshed ahmed

as in below link when colleps panel expands then content also goes down how it can be done. plzzz visit the below link i have use CollapsiblePanel but my content are now moving down when i click on button to expand the panel but my contentn below remain at it …

Member Avatar for kvprajapati
0
91
Member Avatar for iamchamith

I use ASP.net & code behind file as C#.net I set Alert in server side as like this...in button click event [CODE] protected void btnSubmit_Click(object sender, EventArgs e) { ClientScript.RegisterStartupScript(GetType(), this.ClientID, "alert('Hi');", true); } [/CODE] This button Is in the Buttom of the page... When I click the button,This Alert …

Member Avatar for kvprajapati
0
97
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
57
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
246
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
86
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
132
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
68
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
874
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
75
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
81
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
127
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
66
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
106
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
80
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
42
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
68
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
108
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
91
Member Avatar for sureshrajanmca
Member Avatar for papanyquiL
0
66
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
87
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
104
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
75
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
165
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
158
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
58
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
172
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
147
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
87
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
920
Member Avatar for visweswaran28

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

0
40
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
187

The End.