13,153 Topics
![]() | |
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', … | |
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" … | |
hi, plese give me the coding of a dll file for comparing two textboxes with date content in asp.net( using vb.net)........... urgent....... | |
What is Global Class in ASP.Net and where it is stored and what is its functionality? | |
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 … | |
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? | |
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) … | |
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> … | |
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 … | |
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 | |
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(); … | |
![]() | 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 … |
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. | |
[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 … | |
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). | |
gimme sum site where routing in asp.net 3.5 sp1 is explained clearly wid detailed examples........... | |
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 … | |
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 | |
Pls give some example code for Form Authentication using Ms Access Database. pls help me? | |
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] | |
[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] | |
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 … | |
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] … | |
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 … | |
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 ? | |
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................. | |
[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 … | |
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 | |
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 … | |
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 + … | |
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? | |
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. … | |
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. … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. … | |
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 … | |
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. | |
i want to say this rule by javascript in asp.net page: for any controls in page if control[i].text=" " then set control[i].text="" (for page textbox controls only) how can i implement this in javascript language in asp.net form? | |
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 … | |
Can anyone help me??? I need to put the TabControl in the WebApplication... but i dont know how i do that??? | |
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 … | |
[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! | |
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 … | |
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 … | |
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 … | |
[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) | |
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 … |
The End.