13,153 Topics

Member Avatar for
Member Avatar for sumangala

Hi all, bellow i m writing the code snippet which gives the error as Microsoft JScript runtime error: Object doesn't support this property or method, what to do.I m trying for jqgrid in asp.net with MVC without creating Helper. [code] <script type="text/javascript"> jQuery(document).ready(function() { jQuery("#list").jqGrid({ url:'/jqGrid/GridData/', datatype: 'json', mtype: 'GET', …

Member Avatar for zahir_palsaniya
0
229
Member Avatar for Aradhanaa

Hi all, I use gridview to display the data in Item table. The edit and delete button works fine in the gridview initially. When I search for particular records and display in the grid the edit and delete button does not work. [CODE] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource2" AutoGenerateDeleteButton="True" AutoGenerateEditButton="True" …

Member Avatar for Aradhanaa
0
141
Member Avatar for kanuri1

hi, plese give me the coding of a dll file for comparing two textboxes with date content in asp.net( using vb.net)........... urgent.......

-1
52
Member Avatar for vvashishta

What is Global Class in ASP.Net and where it is stored and what is its functionality?

Member Avatar for kvprajapati
-3
60
Member Avatar for ashab27

hi, i m asha bhatt. plz look at this my code i have declare this first :- [code] CheckBox chkList1; protected void Page_Load(object sender, EventArgs e) { } protected void NextQuestionButton_Click(object sender, EventArgs e) { createcheckbox(); } public void createcheckbox() { Response.Write("asha"); chkList1 = new CheckBox(); chkList1.Text = "strCheckboxText"; chkList1.ID …

Member Avatar for kvprajapati
0
1K
Member Avatar for Kenyaweb

Hello, I'm searching for something that can be used for our side navigation that is better than TreeView Control in Visual Studio for .Net. Any suggestions?

Member Avatar for kvprajapati
0
85
Member Avatar for Pari13

hello Sir, I can not able to store file content into byte variable. I have do below code. aspx.cs page: [CODE] [B]code on button click[/B] DirectoryInfo dInfo; FileInfo[] FilesList; byte[] bytecontent; dInfo = new DirectoryInfo(Server.MapPath("upload")); FilesList = dInfo.GetFiles(); if (FilesList.Length>0) { files = new string[FilesList.Length]; foreach (FileInfo fi in FilesList) …

Member Avatar for Pari13
0
244
Member Avatar for abcd24ef

Hi All, I'm trying to implement MVC pattern (Note: not by using ASP.net MVC framework). I'm not able to do view selection based on http request processing.I have added custom tag in web.config for URL mapping like this: [code] <controller.mapping> <entries> <entry key="/view/ActualPage1.aspx" url="ActualPage1.aspx" /> <entry key="/view/ActualPage2.aspx" url="ActualPage2.aspx" /> </entries> …

Member Avatar for kvprajapati
0
95
Member Avatar for dawsonz

Hi, I'm trying to use the asp.net Input (file) with my program - i've placed it ont my program and I can click browse and it locates the file I want. Eg: "C:\Users\Name\Desktop\test.rtf" However, I then want to have it so that when I click a 'Submit' button it reads …

Member Avatar for kvprajapati
0
194
Member Avatar for jithusdani

Hi Folks, How we can check the current date is in between the first week of the current month and last week of the last month

Member Avatar for reach_yousuf
0
132
Member Avatar for julseypart

hi, i have a gridview search which filters the gridview, displaying the search results, however it wont highlight the results in yellow: [CODE=c#]//Highlight relevant search results public string Highlight() { //Declaring a variable to hold search query string s = txtSearch.Text; if (s != null) { //string Search_Str = txtGrid.Text.ToString(); …

Member Avatar for kvprajapati
0
204
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
303
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
498
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
413
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
109
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
50
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
145
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
31
Member Avatar for rajabca
Member Avatar for kvprajapati
0
58
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
98
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
95
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
145
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
475
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
81
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
529
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
302
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
116
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
755
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
95
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
80
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
48
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
126
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
305
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
63
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
766
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
149
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
62
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
88
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
49
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
191
Member Avatar for Pari13

Hello sir, I have problem in getting values of textbox which in .ascx file (user control). at aspx file(the file at which control is added). code is as below. code in .ascx file [CODE]<%@ Control Language="C#" AutoEventWireup="true" CodeFile="attachfile.ascx.cs" Inherits="attachfile" %> <asp:TextBox ID="TextBox1" runat="server" meta:resourcekey="TextBox1Resource1"></asp:TextBox> <br /> [/CODE] code in .ascx.cs …

Member Avatar for Pari13
0
3K
Member Avatar for Batoul88

Can anyone help me??? I need to put the TabControl in the WebApplication... but i dont know how i do that???

Member Avatar for kvprajapati
0
52
Member Avatar for tronix01

hello i'm looking for some help for the following problem. i developed a asp.net 2.0 multilanguage webpage using localization with resource-files (FR and EN content). all of my aspx - pages are in the same folder but i want that the search engines detect the text of both languages. to …

0
56
Member Avatar for sjshilwant

[b]Split from - [url]http://www.daniweb.com/forums/thread18153.html[/url] [/b] I am in final year of mca I want to do project on banking using the RSA algorithm in net banking please give me the tips for developing the project in asp.net Thank you!

0
47
Member Avatar for virang_21

Hi, I am trying to send email from my website using Exchange server 2008. The setting is like my web server is on different machine then my exchange server. when I try to send email from my website using exchange it gives me an Exception "Unable to Connect to the …

0
186
Member Avatar for mith_cool

protected void Button1_Click(object sender, EventArgs e) { MailMessage message = new MailMessage(); message.From = new MailAddress(YourEmail.Text.ToString()); message.To.Add(new MailAddress("purohit.mith@gmail.com")); message.Subject = "Message via mith from " + YourName.Text.ToString(); message.Body = Comments.Text.ToString(); SmtpClient client = new SmtpClient(); client.Host = "203.92.50.112"; client.Send(message); } // this is what i used to send the email …

Member Avatar for virang_21
0
196
Member Avatar for Kitten84

I have a website made in asp.net and I'm attaching a blog from blogengine.net. I already have a domain name and I'm looking for a host which has email and "pointing". I have never bought a hosting plan before and I was wondering if you guys had any tips on …

0
71
Member Avatar for sneaks

[b]Split from - [url]http://www.daniweb.com/forums/thread256110.html[/url] [/b] Hi, I'm running into what sounds like the same (or very similar) problem. Did you ever find the solution? Thanks. (and if you're still looking I'll come back here with anything I find)

0
50
Member Avatar for RhythmMK

Hi all, Currently working on Visual Studio trying to create a login system for my website. Tried following various tutorials but can't seem to get them to work. Are the pre-defined login tools on Visual Studio good enough? I've got part way there using them but can't piece it all …

Member Avatar for kvprajapati
0
135

The End.