13,153 Topics

Member Avatar for
Member Avatar for yash777

hello, I want client to enter Numbers only in mob no. TextBox and only Letters in Name TextBox so can anybody tell me how to do it ???

Member Avatar for ctyokley
0
194
Member Avatar for Furtano

hello, i defined t_wbrowser with the Webrowser Class. After i navigated to the Website i want to Copy the text the user selected on the Page. I have no idea how to do this, i googled and there was something with ActiveX but is there an easy way? [code] String^ …

0
68
Member Avatar for nccsbim071

I want to develop silverlight web application. But i could not find installed templates for silverlight projects. I have viusal web developer express edition 2008 and visual studio 2008 team system installed on my computer. what shall i do . Which IDE should i use. Thanks,

Member Avatar for nccsbim071
0
102
Member Avatar for mcgarry101

Hi, I am wondering if anyone here has ever attempted to connect to the oracle 10g xe database from visual web developer? I have been trying to do this all day, however it is starting to get really irratating! I have downloaded the oracle dataacess dll, and imported it into …

Member Avatar for kvprajapati
0
95
Member Avatar for sonia sardana

I want to just exit from the loop, I m facing the probs,see bolded part... [code]protected void btnSellProduct_Click(object sender, EventArgs e) { string sPath = Server.MapPath("~/"); string sFileName = sPath + "item.txt"; string[] sArr; string[] sArr2; int lCount; int lCurrentStock; int lSellingStock; if (File.Exists(sFileName.Trim()) == true) { sArr = System.IO.File.ReadAllLines(sFileName); …

Member Avatar for sonia sardana
0
129
Member Avatar for pfdesign

Hello I'm obviously new here and I need help. I've been searching all day for a certain problem and couldn't really find a solution. I'm practically a beginner in web developing and so I want to know how to generate a new url, if that makes sense. Like if I …

Member Avatar for sknake
0
95
Member Avatar for josi.martarelli

Hello, I'm wondering if there is a way to retrieve the identity value from an identity column before saving a new register. When I run this query: "[CODE]SELECT IDENT_CURRENT ('alpa_Animais') AS AnimalID[/CODE]" directly using the SQL Server Management Studio I get this value. Does anyone know if there is a …

Member Avatar for sknake
0
189
Member Avatar for thirumca

hi, I have some mathematics symbols like as square root,sigma,square and some equation symbols. So i am copy this symbols from word file, but i am not able to paste these symbols into F CK Editor. So please give any solution to paste the math symbols into F CK editor. …

Member Avatar for thirumca
0
99
Member Avatar for phuynh77

Hi All, I design a website using asp.net in C#. I have Datalist control in my default.aspx page with <asp:SqlDataSource> connect to SQL Server 2005 express edition. In this control, I display alot of thumbnail images (more than 200 images). How can datalist control allow paging? (such as: display 50 …

Member Avatar for dnanetwork
0
145
Member Avatar for pupilstuff

hi guys i am using this code in my aspx page [code]<%for (int i=o;i<5;i++) {%> <asp: link button id=i text=i/> <%}%>[/code] at it producing five link buttons like i i i i i but i just want five link buttons like that 1 2 3 4 5 with id=1,2,3,4,5 respectively …

Member Avatar for dnanetwork
0
79
Member Avatar for josi.martarelli

Hello Everyone, I'm quite new to Linq and have had some problems updating my dabase. I don't know if it is actually happening for be using a global data context or I'm missing something. I have my typed DataContex and one Static Public Var to initialize it located within the …

Member Avatar for rafaelbelliard
0
110
Member Avatar for dnanetwork

Hi there all... i'm implementing Authorize.net and i wanna know... do i need to add a web reference i.e web service... or do i need any .dll files.....?

Member Avatar for sknake
0
160
Member Avatar for kothai86

I have developed a page and want to enter the value automatically using asp. Like for ex, passing values for GOOGLE search and pressing the search button from ASP. is this possible?:-O

Member Avatar for rafaelbelliard
0
75
Member Avatar for cVz

Hi I am writing a web application with VS 2008 standard edition. I just got this really weird error. I replaced a few of the controls on the form from labels to text boxes, and it worked fine , but all of a sudden it shows me the old controls …

Member Avatar for cVz
0
136
Member Avatar for sednauser

Plz notify to me is there any Browserbased webapplication development Tool? thx in advance.

Member Avatar for Ramesh S
0
37
Member Avatar for blackcorner

How can I create a white loading page like GMail, and when the content of the page is loaded then replace the white page with the original one. I'm using ASP.NET with jQuery. Thanks in advance.

Member Avatar for Ramesh S
0
65
Member Avatar for sonia sardana

I want to enter only characters in textbox not numbers.For dat I use Regular Expression Validator,But even after dat numbers are entering. [code] <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td> <asp:RegularExpressionValidator ID="regexpName" runat="server" ErrorMessage="This expression does not validate." ControlToValidate="TextBox1" ValidationExpression="^[a-zA-Z'.\s]{1,40}$" /> [/code] I m take the help from the below site [url]http://msdn.microsoft.com/en-us/library/ms998267.aspx#paght000001_usingaregularexpressionvalidatorcontrol[/url] tell me …

Member Avatar for sonia sardana
0
149
Member Avatar for manoj_dabs

how to count number of times file downloaded from my website using c# asp.net .I want to show it on website. please reply.thx in advance.

Member Avatar for johnly
0
1K
Member Avatar for pt0909

I 've a search page in vs2008 c# , with multiple controls when user make some selection i need to pass it ot report Do anyone has a good tutorial?/ how can I build a sql /Parametetrs and pass it to report.

Member Avatar for Ramesh S
0
97
Member Avatar for Yellowdog428

Perhaps someone can help me here, I have a method that I am trying to accomplish two things 1. Retrieve a table from a stored procedure passing it one variable 2. Downloading that table in csv format I am not sure why this method is not working and I am …

Member Avatar for dnanetwork
0
113
Member Avatar for yash777

hello all, I want to add user data in xmlDocument which has following format: [ICODE]<proposalRequests> <proposal> <name>abc</name> <contactNo> 998989898 </contactNo> <city> ppppp </city> <date> 16/07/2009 </date> </proposal> <proposal> ..... ..... </proposal> </proposalRequests>[/ICODE] i want to append a new [B]<proposal>[/B] code for each new user to the XML file. How do …

Member Avatar for yash777
0
317
Member Avatar for Kusno

Dear all friends, I have Crystal Report file, just call RptCustomerMaster.rpt that displays Customer ID, Customer Name, Telp No, Email Address, Account Officer, In my report, I want users to be able to sort record use all columns in RptCustomerMaster.rpt Do you know how to send sort record parameters from …

Member Avatar for Ramesh S
0
94
Member Avatar for yash777

hello, I have 3 textboxes and user should fill atleast 1 of those. so i have to check that. How to do it using Required field validator/javascript function. [B]Note: I am not using form , the text boxes are in content holder of the page. If i use javascript how …

Member Avatar for Ramesh S
0
1K
Member Avatar for ricksvoid

Im using a gridview to display just the names of the customers in my database. When i click on a name, I get all of that persons information (address, email, mortgage, ect) displayed nicely in a detailsview control on the right side of my page. I believe that this is …

Member Avatar for dnanetwork
0
141
Member Avatar for drumichael87

I am using a calendar control with ASP.NET to fill in a text box with the selected date. Here is the code I use to get the date into the text box: [code] Private Sub Calendar_SelectionChanged(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles calendar.SelectionChanged calendar.Visible = False duedate.Text …

Member Avatar for dnanetwork
0
192
Member Avatar for yash777
Member Avatar for Ramesh S
0
79
Member Avatar for nccsbim071

Hi, I want to develop an online poker game in asp.net and C#. Can anybody tell whether do we have an existing library which i can download freely or by so that i can use to develop poker games. Or please suggest if you have any better idea. It's urgent …

0
47
Member Avatar for ctyokley

Hi, I get the error: Format of the initialization string does not conform to specification at Index 33. I was hoping if someone could help me on this situation. The code is listed below. [code] 'code Imports System.Web.Mail Imports System.Data Imports System.Data.OleDb 'end code Partial Class _Default Inherits System.Web.UI.Page 'set …

Member Avatar for ctyokley
0
147
Member Avatar for SID.SIL

Hi guys I am using a ModalPopUpExtender with a GridView and it´s working corretily. I Click in the "Select" collumn to open the ModalPopUp to view the data of the colluns. In the panel I have a "Save" button and the routine to save the data is not working actually …

Member Avatar for Ramesh S
0
114
Member Avatar for aliensXY

I have some texts in my database. Each text has its own id. My job is to print all texts to a website and add a button to each text. Button will delete appropriate text from the database. So, I created a for loop so I can print all texts …

Member Avatar for aliensXY
0
248

The End.