12,085 Topics

Member Avatar for
Member Avatar for suryansh4u

[B]member can sponsor only 2 member in one leg if any member want to add more then 2 member, he create new leg creation of leg is UNLIMITED ANY LEG DIVIDED BY TWO PART LEFT & RIGHT[/B] how to calculate & reporting total member in GRID VIEW plz. plz. help …

Member Avatar for Dashi
0
107
Member Avatar for deeptakshd

my webpage consist of a gridview which displays records from database.....now i wanna add checkboxes in gridview one per row and also want to delete checked row record on clicking event of a button placed outside gridview....... plz help urgent

0
80
Member Avatar for Jesi523

I need some help. I am currently creating an event caledar. First there is a web page that a person would input information for an event there were holding with the dates and times. This information would be stored in a SQL Server database. Then a link is given to …

0
68
Member Avatar for iamchamith

Hi friends, I have big problem about dialog box... Normally we can use jquery or any javascript method for creating some dialog box.. My question is,Are there any method available in dotnet freamwark what creating some custom dialogbox...If it is please replie mee...Thanks ... :D

Member Avatar for asad_dani
-1
74
Member Avatar for visweswaran28

Hi, I want to prevent multiple user login for same user in asp.net.. How can I achieve. Note: I want to control without database concepts

Member Avatar for upstream
0
235
Member Avatar for pranavdv

Hello friends, i am not able to get data into database after clicking button. following is code for that. please help me for this problem This is .aspx file codes ============================== [code] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Default2" %> <!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 …

-1
76
Member Avatar for laptop545

Hello All, I am working with a web page an d i have a small problem. Presently i have a page, which shows the data in the form of a grid view. basically it shows the schedules for a game. In that gird view, i have a button called recap. …

Member Avatar for kvprajapati
0
140
Member Avatar for coolla

can anyone guide me as how to code a website using asp.net to run on different servers (using intranet). also tell me as how to code the url for that website

0
40
Member Avatar for deeptakshd

i am tring to update but their neither any error displayed nor the data is update in the table plz help its urgent......i m using updateparameters.add ......thank u [code] using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using …

Member Avatar for smariano77
0
148
Member Avatar for JohnPhilipps

Good evening everyone, I have been given the opportunity to work with "SunGard - PowerCAMPUS Self-Service" which is written in ASP.NET C#. I am attempting to perform very basic tasks and I am not able to. My main issue is finding the appropriate tutorials/documentation for this product, I have spends …

0
67
Member Avatar for grafiksinc

I am usng VS 2010 and I have a Website I am building using C#. My goal is when a user selects a value from the dropdownlist it is recorded in the database. I have been able to bind the DDL to a table called "TableA" to list the values …

Member Avatar for stardust16
0
746
Member Avatar for ypdev

Hi, I am using SqlDataSource in order to bind data to dropdownlist and looking for a simple way to change text color based on specific value from database. Any idea if I can manipulate the SqlDataSource to do that? Is this something that I have to call from code-behind? This …

Member Avatar for ypdev
0
146
Member Avatar for Uzumaki52

Hi , I have text box and beside to it I have a linkbutton showing the link that is present in the text box. I am getting the URL from the website into the text from database.I need to open the link button in a new browser window. aspx page …

Member Avatar for kvprajapati
0
217
Member Avatar for lesd

Hello Group: A seemingly simple problem is defying a simple solution... I have several existing HTML pages on our site (ISP-Hosted/Windows Server, Front Page Extensions) that need a 301 redirect to other, new pages, within the same site. Without going into all of the in-elegant options I've uncovered, some of …

Member Avatar for kvprajapati
0
83
Member Avatar for deeptakshd

i m working on my project implementation of antnet ............can anybody help me getting good tutorials on ns2

Member Avatar for kvprajapati
0
50
Member Avatar for Renukavani

Hi All, I'm new to Blog concepts.Is it possible to post the comments to website using the webservice instead of directly post the comments in website. Any help can welcome.

Member Avatar for hattreyhten
0
69
Member Avatar for ajwei810192

I have an XML here as follows, [CODE] <?xml version="1.0" encoding="ISO-8859-1"?> <countries> <country> <text>Norway</text> </country> <country> <text>Sweden</text> </country> <country> <text>France</text> </country> <country> <text>Italy</text> </country> </countries> [/CODE] And, I am trying to sort it without using XSLT, and I am not using this to edit the XML file. I only would …

Member Avatar for ajwei810192
0
983
Member Avatar for maria_mj

I am trying to open other page and pass data for selected row in gridview to be displayed in that page when user click the select button. i want to display the data in text box. so that, user can make editing from that page. i dont know how to …

Member Avatar for rohand
0
592
Member Avatar for ebabes

I am creating an ASP.NET web page using Visual Web Developer and using C# as my script. Can anybody give me a code in C# that will load another aspx web page? The situation is like this: a page is loaded automatically when a user pressed a button and satisfied …

Member Avatar for kvprajapati
0
132
Member Avatar for MFiaz

I have a Crystal report it has dynmic information on page header when I export to excel, only first page header shows in excel. I am using asp.net visual studio 2008 sp1. if I export it to others format like pdf, word etc... its working fine lets assume page header …

0
40
Member Avatar for deeptakshd

i created a page for searching records from database it is working well for repeater control but i want to display result in gridview......plz help [code] <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" /><asp:Repeater ID="Repeater1" runat="server"> <HeaderTemplate><table width="100%"><tr><th>NAME</th><th>LAST_NAME</th><th>EMAIL</th></tr></HeaderTemplate> <ItemTemplate> <tr><td><%#DataBinder.Eval(Container.DataItem, "fname")%></a></td> <td><%#DataBinder.Eval(Container.DataItem, "lname")%></td> <td><%#DataBinder.Eval(Container.DataItem, "email")%></td></tr> </ItemTemplate> <FooterTemplate></table></FooterTemplate> </asp:Repeater> [/code] …

Member Avatar for dnanetwork
0
181
Member Avatar for ajwei810192

Hi, I have an application as in the following, [CODE] <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.XML" %> <script runat="server"> Sub submit(ByVal sender As Object, ByVal e As EventArgs) songNodesOut.Text = String.Empty If Page.IsPostBack Then mess.Text = "<p style='margin-left:-2em'>You selected <b>" & drop1.SelectedItem.Text & "</b></p>" End If Dim file As …

Member Avatar for kvprajapati
1
148
Member Avatar for deeptakshd

I m having a webpage(reminder.aspx) in which i need 2 select some date and enter some message ...and message should be displayed on home page(home.aspx)

Member Avatar for kvprajapati
0
59
Member Avatar for ariez88

I want to monitor the activities of all the folders present at "C:\Inetpub\ftproot\san".User can work on any type of files and not only text files.Since we have given 1GB space (lets say) to each user, so user can do anything to utilize this space. Variable "id" is redirected to this …

Member Avatar for kvprajapati
0
144
Member Avatar for Z_KiNGPiN

I think maybe this is the right thread for it since i found out Google map control can be created using AJAX. so the question is simple, How to create Google Maps Control ? preferably in an ASP.Net environment. Found a source code here (GNU licensed) but it's too complex …

Member Avatar for Z_KiNGPiN
0
227
Member Avatar for deeptakshd

every thing if working fine when i am sending mail to single address..but i m not been able to find out a way to send mail 2 multiple addresses....plz help me......... [code]using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using …

Member Avatar for deeptakshd
0
139
Member Avatar for iamchamith

Hi I am use asp.net 2.0 with c# as the code behind file.... Are there any method,what measure how many uses come to our site per day.. If there is any method please help me Thank U

Member Avatar for sergb
0
80
Member Avatar for Muad Dib

Suppose I wanted to create multiple websites hosted on different servers, but I want some certain duplicate contents (e.g. news box that shows same headlines and news on both sites). The sites will be different, just the news box will have duplicate contents. What would be the best approach for …

Member Avatar for Muad Dib
0
165
Member Avatar for amy2389

how can we read data from serial port,if data is arriving continuously. the hardware sending the serial data includes microcontroller and max232. the software to access the data is a website made using visual studio 2005(c#). if someone has worked and has successfully received data serially, please help.

Member Avatar for dnanetwork
0
70
Member Avatar for choralqiu

[code] Dim subString As String() = Nothing subString = textBox.Text.Split(" ") searchSource.SelectParameters.Item("ContentText0").DefaultValue = subString(0) searchSource.SelectParameters.Item("ContentText1").DefaultValue = subString(1) [/code] Here's what i'm trying to do. So if I two words put into the textBox, this will work. But I'm really not sure how to modify this so it can fit the …

Member Avatar for choralqiu
0
72

The End.