13,153 Topics

Member Avatar for
Member Avatar for nolife

hi , actually i use AutoCompleteExtender to complete the words that's the user write, and he give resultat that i want in my case it's the active and not active point in the data base. but i want separate the active point and the not active point, to show it …

Member Avatar for LastMitch
0
95
Member Avatar for diya45

hey all i complete with task upload file that is user upload their files and download it now here i want to ask when user upload file then this file forward to manager for approval .. then when manger login and view the uploaded file, and click an "approve or …

Member Avatar for JorgeM
0
258
Member Avatar for Black_Lion

I am using Microsoft Visual Web developer 2010. I have Google Maps embedded on my webpage and a textbox (txtBoxInput) using the code: <input runat="server" type="text" id="txtBoxInput"/> A button which displays a new map loction: <input type="button" id="btnDisplay" value="Display map" style="height:34px;width:90px;" onclick="showPoint();"/> I also have an aspn.net button (btnTest) using …

Member Avatar for JorgeM
0
751
Member Avatar for tinstaafl

I've noticed that comments in VB code snippets are ended in the middle of a line if an apostrophe is present(i.e. using a contraction), then continue from the next one over several lines until it reaches another. I'm wondering if that can't be changed to keep it as a comment …

Member Avatar for tinstaafl
0
242
Member Avatar for Black_Lion

Hi All. I am using Microsoft Visual Web Developer 2010. I have embedded google maps into my webpage. I am using 4 textboxes: Street, City, Province and Postal Code. The user will enter these details then it will get put into a string variable like this `string location = street …

Member Avatar for Black_Lion
0
355
Member Avatar for kamilacbe

I have migrated my website from shared hosting to VPS server and have rehosted the site , now the problem is i cannot access the video files which is present in my server for eg : http://mydomain.com/httpdocs/test.mp4 my previous or old location was like http://mydomain.com/test.mp4 So please advice as where …

Member Avatar for JorgeM
0
109
Member Avatar for ss125

Friends I have a login form. After successsful login, I have to redirect the user to welcome.aspx. While doing this, the URL will be http://www.mangabooks.com/welcome.aspx but I need the URL to be encoded like http://www.mangabooks.com/sdDFREdsfefrvgrwghWr34r How can i do that? Any help will be appriciated... TIA.

Member Avatar for ss125
0
359
Member Avatar for Malymieczek

HI All, im working on a project that uses asp.net to send information to a mssql server. The problem im running into is that when i try to debug the page, I get: 'ClickSave' is not a member of 'ASP.default_aspx'. How Do I fix this?? Heres My html code(default.aspx): <html> …

Member Avatar for ss125
0
287
Member Avatar for all4peace

I have a web application that I create that works great on my computer. I have an account with 1and1, so I uploaded the database and the files. I am also using Linq to SQL, so I have a dbml file. But, everytime I run a function that needs the …

Member Avatar for asif671
0
246
Member Avatar for MARKAND911

Hello all I having an issue in logging into a website using webRequest and WebResponse. I thought let me reach out to experts by posting a question. I am trying to login in http://www.mbhatt.in and want to access the page after the login is successfull. I used following code to …

Member Avatar for pritaeas
0
134
Member Avatar for damuzu

screenshot for edit gridview : http://img829.imageshack.us/img829/2304/06v6.png screenshot for update gridview : http://img801.imageshack.us/img801/3417/j4p1.png this is my code inside tag <body> : <form id="form1" runat="server"> <asp:GridView ID="GridView1" runat="server" OnRowCancelingEdit="GridView1_RowCancelingEdit" OnRowUpdating="GridView1_RowUpdating" OnRowEditing="GridView1_RowEditing" OnRowDeleting="GridView1_RowDeleting" CellPadding="4" ForeColor="#333333" GridLines="None" AutoGenerateColumns="False" onselectedindexchanged="GridView1_SelectedIndexChanged"> <RowStyle BackColor="#FFFBD6" ForeColor="#333333" /> <Columns> <asp:CommandField ShowEditButton="True" ShowDeleteButton="True" /> <asp:BoundField DataField="p_user_name_id" Visible="false" HeaderText="p_user_name_id" /> <asp:TemplateField …

0
161
Member Avatar for icedome

Hi, I'm looking for a support chat system that I could integrate with my own web application. I've searched for a while and just found these two options: * http://cutesoft.net/Live-Support/Purchase/ * http://www.dotnetlivehelp.com/download.aspx As the first one has a developers license, it seems to me that the product is quite old …

Member Avatar for <M/>
0
350
Member Avatar for rony001

hello friends I am new to asp.net. does anyone has any sample code of text box on how to limit inputs into four digits and move to next text box and auto decimal if anyone has a code or knows a good tutorial on how to ,please let me know …

Member Avatar for geniusvishal
0
158
Member Avatar for weeraa

I developed a web application using ASP.net. It was used AjaxToolkit 3.5. The program is mainly use <asp:ToolkitScriptManger> and <asp:UpdatePanel>. With Visual Studio 2005, It is working well. (I just mean with source code) Then I deploy it and host in wwwroot. But then it is not working well. There …

Member Avatar for geniusvishal
0
150
Member Avatar for manojsekar

<asp:GridView ID="grdenqsup" runat="server" Width="94%" OnPageIndexChanging="grdenqsup_PageIndexChanging" PageSize="8" AllowPaging="true" AutoGenerateColumns="false"> <RowStyle BackColor="#EFF3FB" /> <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> <AlternatingRowStyle BackColor="White" /> <Columns> <asp:BoundField DataField="TEMP_SUPPCODE" HeaderText="SUPPLIER CODE" /> <asp:BoundField DataField="SUPPLIERNAME" HeaderText="SUPPLIER NAME" /> <%--<asp:BoundField DataField="SUPPLIERTITLE" HeaderText="SUPPLIER TITLE" />--%> <asp:BoundField DataField="SUPPLIER_ADDRESS1" HeaderText="SUPPLIER ADDRESS1" /> <%-- <asp:BoundField DataField="SUPPLIER_ADDRESS2" HeaderText="SUPPLIER ADDRESS2" …

Member Avatar for geniusvishal
0
363
Member Avatar for rdeveloper1

Hi! I have building an application that requires a user login. The user name and password are stored in a database table. On login, I call a stored procedure that confirms the user name and password and then directs the user to the MyAccounts page. The problem is, I am …

Member Avatar for geniusvishal
0
128
Member Avatar for Anupkumar

This one is general question.. **Is it possible to hde ip address?** Well, there are many softwares available such as iphider, Hide-Platinum, etc. Will they really help in hiding the ip address. **Also, will using a proxy ip helps in hiding the original ip address?**

Member Avatar for drindran
0
3K
Member Avatar for A0110

HI Guys, This might be a wrong place for such a query but I really need your help. I have downloaded the VS_ultimate setup file from Microsoft. I ran this setup and it's kinda stuck at a point where it is not able to locate the Microsoft web deploy dbsqlpackage …

Member Avatar for ryantroop
0
90
Member Avatar for dangeroz

Public Class Adminpage Dim result As MsgBoxResult Public Sub shw() End Sub Private Sub Adminpage_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load clr() End Sub Public Sub clr() patientno.Text = "" lasttxt.Text = "" Firsttxt.Text = "" Middletxt.Text = "" ComboBox1.Text = "" gencbad.Text = "Select..." MaskedTextBox1.Text = …

Member Avatar for JorgeM
0
288
Member Avatar for bguyb

I am deploying a .NET application with .NET Framework 3.5 client as prerequisites. When the setup.exe runs in a machine with the prerequisites satisfied installed the bootstrapper install them again. **Is this a known issue? and what's the correct way to solve it? ** I've tried adding this lines to …

Member Avatar for lolafuertes
0
151
Member Avatar for misd_bunder

I have developed a page which contains some controls like textboxes, dropdown,etc. I had created the **datatable** using the **sqldataadapter** and that works fine by retriving the table using the select command. I want to place the data in a **gridview** and it also works. Now I want to populate …

Member Avatar for misd_bunder
0
185
Member Avatar for ss125

Please can anyone explain clearly.... what is the difference between session and httpcontext.current.session and application variables? Thankyou in advance...

Member Avatar for ss125
0
222
Member Avatar for singularity~

I want to know if this is possible using the Html.ActionLink(). In conroller: I have queried my database and passed that data to the view. In view: I have used that data to fill inputs, labels, etc... However I want to reduce the number of query hits by passing the …

Member Avatar for kvprajapati
0
187
Member Avatar for princess pinky

Hi! My project is on digital library system and ASP.Net C#. I need ur help in my fine calculation code.I try it to do alot but still that codes r not working yet. Please help me to solve this problem.I really thankful to u.

Member Avatar for princess pinky
0
83
Member Avatar for Diogo Martinho

Hello, I am working on a project and I'm having a bit of trouble trying to localize my resources outside my MVC application. I currently have a MVC Application where i've defined my Resources in App_Global_Resources, and I have a C# Project where I've defined my Models with all the …

Member Avatar for Ketsuekiame
0
109
Member Avatar for vishalrane

[CODE]<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CheckCode.aspx.cs" Inherits="CheckCode" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Verification code to prevent auto signup in ASP.NET 2.0</title> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } a:link { color: #0000FF; } a:visited { …

Member Avatar for yusuf_3
1
771
Member Avatar for Diogo Martinho

Hello, I'm trying to define the route for my application and so far I've set the following route routes.MapRoute( "Default", // Route name "{controller}/{action}/{id}", // URL with parameters new { controller = "Home", action = "Start", id = UrlParameter.Optional } // Parameter defaults ); This allows me to do things …

Member Avatar for Shecheat
0
92
Member Avatar for Iamateur

I wrote code in notepad and gave the extension as hello.php but it didn't change to web and so it did not run. Secondly ,I wrote code in Visual Studio asp.net web application <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="phphello._Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" …

Member Avatar for JorgeM
0
245
Member Avatar for hirenpatel53

Dear all i have allready Created web application and used skin file for that application now i am planing to change look of my application for that need to change skin file but problem is i am not a good imaginative so need some sides which provides attractive skin file …

Member Avatar for Yoselin
-1
585
Member Avatar for abhinavashish

What is reasion of popularity of SAP SOFTWARES can we compatite with our asp.net projects.

Member Avatar for Yoselin
0
135

The End.