13,153 Topics

Member Avatar for
Member Avatar for Bei_Mu_tian

Hello I've got the following Problem: I want to add a Templatefield at a specific column in a Gridview. Is this possible somehow without too much effort? I tried tons of things but haven't found a solution yet. the thing is, that I add most columns via VB code. I …

Member Avatar for kvprajapati
0
276
Member Avatar for vinaya

Hi.., all, I need both date and time to be displayed in my grid view in the dd/MM HH:mm format. I used dataformatstring={0:dd/MM HH:mm} but its not giving wat i need. so please can u suggest what should i do to get my problem solved. Thanks in advance.

Member Avatar for kvprajapati
0
493
Member Avatar for miamia11

[B]Stored Procedure "InsertUser"[/B] [code] ALTER procedure [dbo].[InsertUser] ( @username as varchar(50), @email as varchar(50), @password as varchar(20) ) as if(not exists(select email from dataUser where email=@email)) begin declare @lastnumber as integer set @lastnumber =0 select top 1@lastnumber =cast(substring(user_id,8,9) as integer) from dataUser order by user_id desc --insert insert into dataUser …

Member Avatar for miamia11
0
410
Member Avatar for shruti patel

how to save the jpg file into database using file upload control? how to retrive that stored jpg file from database and show on image control. i have table has two fields Id(int),imageData(image).

Member Avatar for mail2saion
-1
107
Member Avatar for priyanka_2687

gimme sum site where routing in asp.net 3.5 sp1 is explained clearly wid detailed examples...........

Member Avatar for jwenting
-1
48
Member Avatar for ashab27

Hi, I am Asha Bhatt. I am making simple form in asp.net and validation in java script. we this is my .aspx.cs code [code] using System.Data.SqlClient; public partial class InterviewSet : System.Web.UI.Page { string scon = "Data Source=RBWORKSTATION2\\SQLEXPRESS;Initial Catalog=onlineexamdb;Integrated Security=True;MultipleActiveResultSets=true"; //SqlDataAdapter da; SqlCommand cmd; // DataSet ds; SqlDataReader readsid; public …

Member Avatar for kvprajapati
0
141
Member Avatar for hossam.khalili

hi i try to repeat form depanding on drop down list , in example if i select number 3 from a drop down list and click next , the next page will display 3 forms . can any one help me :icon_wink: thanks

Member Avatar for kvprajapati
0
29
Member Avatar for rajabca
Member Avatar for kvprajapati
0
56
Member Avatar for Batoul88

I want to ask if there is a ready tool like in the picture in the attachment that i can put it in my website (i mean like a control or ajaxtool provid that) or I have to build my special one... [ATTACH]13763[/ATTACH]

Member Avatar for kvprajapati
0
95
Member Avatar for sedalnas

[B]Hi, i'm new to WPF so i didn't understand the controls that does not exist in WinForms ,so i need some help that explain the usage of that controls and gives some examples to those controls ... thanks [/B]

Member Avatar for kvprajapati
0
94
Member Avatar for learningdotnet

Hello All, currently i have google ecommerce tracking code enabled in my website. i want to track the productNo and ProductNames along with their prices. this where i am stuck. my shopping cart where i put the tracking code can have more then one itemNo. i used a loop to …

0
134
Member Avatar for DennisTouchet

Hi all, Here is my dilemma: I have an aspx page with a button on it. onclick the button calls some javascript to pop up a window with a listBox with a bunch of values. I'm creating the popup like this to avoid a popup blocker from stopping it: [CODE] …

Member Avatar for DennisTouchet
-1
473
Member Avatar for webdango

Most of us have seen FaceBook and Twitter have a login form on their homepage; facebook also have the registration form. As far as I know the way to secure any kind of sensitive data is through the use of a SSL. Apparently FB and TW dont have any on …

Member Avatar for sheltant
0
79
Member Avatar for AjayChigurupati

Hi, I am trying to consume a java wenb service which has MTOM feature enabled. I developed a Asp.Net aplication as client which consumes the above java webservice. How can we enable MTOM feature on the asp.net Client ?

Member Avatar for AjayChigurupati
0
523
Member Avatar for kanuri1

hi any body tell me , how to create a dll file in asp.net using vb.net or please give me any websites for creating dll files in asp.net using vb.net.................

Member Avatar for kvprajapati
0
294
Member Avatar for neel123

[b]Split from - [url]http://www.daniweb.com/forums/thread37592.html[/url] [/b] Hi, I want to do following two steps. I am already done with first step. But I can't do the second step. Could anyone give me any idea how to do it? Step 1: After serialization, I load XML file's data in a datagrid in …

Member Avatar for kvprajapati
0
112
Member Avatar for keyur.delhi

hello group members, can you suggest me how to structure C# web application I know that by default files are organized in much better way, but I need to know how a professional web-application is created. how can I do "separation" of code in much better way ? thanks

Member Avatar for Ramesh S
0
752
Member Avatar for pricolshan

Hi, I am using Service Oriented Architecture for a payroll application in asp.net vs 2005. The performance of the application is very slow. When it goes to the DataAccess Layer from bizprocess it is very slow. HRMIS.DataAccess.UserDALC objDALC = new HRMIS.DataAccess.UserDALC(); When I declare this object it is very slow …

Member Avatar for Ramesh S
0
93
Member Avatar for nisharkaliya

i have code which one point work fine now i want to multiple point for address this is code .aspx.cs [code] for (int i = 0; i < dt.Rows.Count; i++) { string address = Convert.ToString(dt.Rows[i]["Address"]) + "," + Convert.ToString(dt.Rows[i]["Pincode"]) + "," + Convert.ToString(dt.Rows[i]["City"]); Page.RegisterStartupScript("map_canvas", "<script language='javascript' type='text/javascript'>searchAddress('" + address + …

Member Avatar for kvprajapati
0
78
Member Avatar for MarziehA

i want to use a ComponentArt:ToolBarItem ID as TargetControlID in AjaxControlToolkit ModalPopupExtender. my ComponentArt:ToolBarItem ID is "save" but when i write this (TargetControlID="save") this error apears: The TargetControlID of 'AjaxControlToolkit:ModalPopupExtender' is not valid. A control with ID 'save' could not be found. what can i do?

Member Avatar for MarziehA
0
47
Member Avatar for Looowdwn

Is it necessary to have all versions of Microsoft .NET Framework 2.0 SP1,SP2. Framework 3.0, and Framework 3.5 SP1 installed at once, or can I get rid of them to free up some space using just 3.5 since it's newest? Seems like alot of memory usage that I could use. …

Member Avatar for Looowdwn
0
120
Member Avatar for pranabmohanty

hello everyone., i m new to asp.net. i am using fileupload control in my project. i want the complete file path...in IE i am getting the complete file path but not in Mozilla....in mozilla i am getting the file name only i.e. myfile.xls.......but i want the complete file path i.e. …

Member Avatar for arasan123
0
302
Member Avatar for Paladine

This is a continuation of the [url="http://www.daniweb.com/tutorials/tutorial19303.html"]Updated: ASP.NET Login Page Tutorial[/url]. This tutorial will demonstrate how to create a registration page for new users to your site. This registration page will utilize the same principles used in the Login Page Tutorial, so this should be no more difficult to do …

Member Avatar for kvprajapati
0
2K
Member Avatar for learningdotnet

Hello All, I currently have pager.ascx control which i am using to display 12 items per page. i am using "gid" constant string to set the number of pages. "gid" is defined in my base class called myPage.cs as follows [CODE]public class myPage : Page { #region constants [B]protected const …

0
61
Member Avatar for learningdotnet

Hello All, i am currently using Google Analytics to collects stats about my site ( my site is created in ASP.NET 2.0 and C#). i have asp:imagebutton called "Confirm Order". i want to track the clicking of this button. the code for this button is as follows: [CODE]void ibConfirm_Click( object …

Member Avatar for learningdotnet
0
761
Member Avatar for giahmed

Dear All, I am trying to resize a page using jQuery but its not working for whole page it just resizes itself rather then whole content of website, anyone can please help me. Here is the code that I am using [CODE] <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %> <!DOCTYPE …

Member Avatar for giahmed
0
147
Member Avatar for bevssi

My forms include a ministry start date, if the start date is after July, I want to add a year to the number of years in ministry. If the start date is before July then the number of years of ministry would be the actual number of years in ministry. …

0
59
Member Avatar for boycuoi

I've a iframe already resized when it got a page in it.When i click on url in page and make a page longer but my iframe didnt continue resize because resize function work only in onload event. Iframe didnt have onchange event so I need some help ^^! Thank for …

0
86
Member Avatar for ajay531

hi i take photo(this is one column of my project) datatype is varchar. i insert data to the database that photo imageurl is placed in photo column. and after i binding the data that image is displayed in datagrid. please helpme and please give a code of this process. thanks.

Member Avatar for kvprajapati
0
47
Member Avatar for MarziehA

i want to say this rule by javascript in asp.net page: for any controls in page if control[i].text="&nbsp;" then set control[i].text="" (for page textbox controls only) how can i implement this in javascript language in asp.net form?

Member Avatar for kvprajapati
0
187

The End.