Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
18% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
5
Downvoting Members
4
3 Commented Posts
0 Endorsements
Ranked #3K
~10.1K People Reached
Member Avatar for shine_jose

help please, I used <A HREF="default.aspx" target="_blank">display text</A> previously it is working.After i changed the order of web forms now the blank page is displaying but page load event is not taking place simply displaying one blank page

Member Avatar for snairsumith
0
159
Member Avatar for shine_jose
Member Avatar for makman99
0
157
Member Avatar for missc

hi, i am doing a hotel reservation system and i don't know how to get the rooms available ! can some one help pls ? i have these tables: [ICODE][B][U][COLOR="Red"]tblRoom[/COLOR][/U][/B] ID--int RoomNo--int RoomType--int BedType--varchar(25) RatePerNight--money MaxNoOfPersons--int [COLOR="red"][B][U]tblReservation[/U][/B][/COLOR] ID--int GuestID--int DateOfReservation--datetime NoOfPersons--int RoomID--int ArrivalDate--datetime DepartureDate--datetime TotalCost--money CheckIn--bit (-this is set to …

Member Avatar for missc
0
3K
Member Avatar for xanawa

How do i use a master page? and display it when i run my website pls?

Member Avatar for xanawa
0
126
Member Avatar for WolfShield

Hey, I am working on a book writing program right now and I am wondering what the best way of saving the book(s) would be. I would like all of the books in one place, and I need to divide between all of the chapters in the book. So I …

Member Avatar for WolfShield
0
207
Member Avatar for moshe12007

hi i have some problem with my sql code that the code : [CODE] SELECT * FROM MenUsers,WomenUsers [/CODE] MenUsers(Table) and WomenUsers(Table) whats the problem with this code? thanks....

Member Avatar for shine_jose
0
177
Member Avatar for shine_jose

Hi, I am trying to get control of an opened command prompt.Is there any possible way to do that. So that i can directly pass arguments ie commands to command prompt using c# coding. ( I tried using process but only killing the process is working so that already opened …

Member Avatar for shine_jose
0
2K
Member Avatar for Arjun_Sarankulu

[CODE] namespace Test1 { public partial class Form1 : Form { string emp_code = ""; public Form1() { InitializeComponent(); } private void Uploadbutton_Click(object sender, EventArgs e) { openFileDialog1.ShowDialog(); filenametextBox.Text = openFileDialog1.FileName; }//Uploadbutton_Click private void save_to_DBbutton_Click(object sender, EventArgs e) { SqlTransaction transaction = null; string servername = ""; string dbname = …

Member Avatar for Arjun_Sarankulu
0
167
Member Avatar for CroCrew

Hello all, Thanks for looking at my post and thank to anyone that provides me with the help I am looking for. This is what I am trying to do. From the parent page have a few links that would do a postback and based on the link chosen a …

Member Avatar for shine_jose
0
124
Member Avatar for Sinha's

Hello Frnds, I have an application developed in ASP.Net(C#) and MS SQL, its working fine and fulfilling the requirements. Now the problem is I have a [I]MS Access Database[/I] from where I have to read some data and feed it into ASP.Net form and then save it to [I]MS SQL …

Member Avatar for crishjeny
0
340
Member Avatar for umair.sabri

hello i m using update pannel and required field validator is working properly but the problem is that red * dont appear with required fields after post back its stops till i enter required fields i want to see red * with that fields how can i???

Member Avatar for kvprajapati
0
107
Member Avatar for vvt31011985

I'm using ASP.net and Crystal Report. I want to make a report that fill in pre-printed from. Ex : Invoice... I try to set form as background image then I fill it it with report's component. It is success. But it is not match when I printed by other printer …

Member Avatar for shine_jose
0
75
Member Avatar for erum

i have bit tricky kind or problem. i need to get values of each textbox in loop with different names,i have three row (name,telephone,email)and off course three textbox ,can any one help how to get in loop ,i need to insert them in database [CODE] Dim arr() As String Dim …

Member Avatar for shine_jose
0
207
Member Avatar for riahc3

Hello I want to use a CustomValidator using ASP.NET/C# to make sure a textbox isnt empty (no spaces, no blanks, no nulls, etc) How do I do it? Thanks

Member Avatar for Freon22
0
824
Member Avatar for Naveed_786

Hi guys, 1.Can anyone help me how should i design my first web page in asp.net using C# 2.which should have 4textboxes and 2buttons 3.how can i connect the asp.net with sql server 2008 4.how can i insert my first record in sql server db please please help then i …

Member Avatar for shine_jose
0
90
Member Avatar for shine_jose

Hello, I am new to java script i wish to know the code for calling a button click event in asp.net using java script.

Member Avatar for vishal18
0
96
Member Avatar for jamshed ahmed

I HAVE 3 TEXTBOXES (txt1,txt2,txt3) WITH TWO BUTTONS ONE IS HTML BUTTON NAMED AS btnCalculate AND OTHER IS SERVER SIDE BUTTON NAMED AS btnAdd WHAT PROBLEM BOOTHER ME IS THAT VALUES COMES FROM DATA BASE FOR txt1 AND txt2 WHEN I PRESS btnCalculate JAVASCRIPT CODES ARE EXECUTED TO MAKE ADDITION …

Member Avatar for chiragsathit
0
131
Member Avatar for shine_jose

I wish to use a function in .js file in .net using java script which have two parameters ie one getting row value and other getting column value and function should return the table is it possible I am new to java script please help me.

Member Avatar for kvprajapati
0
66
Member Avatar for mohit.choudhary

Hello Everybody, Iam not able to figure out why iam getting the following error: [COLOR="Red"]Error 1:[/COLOR]Only assignment, call, increment, decrement, and new object expressions can be used as a statement [COLOR="Red"]Error 2:[/COLOR] Invalid Expression term '=' [COLOR="Red"]Error 3:[/COLOR] ; expected Iam only trying to append "1" to string m_strTime. [CODE]public …

Member Avatar for kvprajapati
0
110
Member Avatar for team_ferrari22

Hi, We are designing a windows application where we need to 'Get tables and columns from existing sql server snapshot file or backup file' . Does anybody know how it can be done. Please provide help. Thank you.

Member Avatar for sknake
0
192
Member Avatar for shine_jose

The web site is set to run in server the crystal report header button images and export options are not working please help me

0
68
Member Avatar for shine_jose

Hi, I wish to save a text file to the client system.i had try ed in my desktop its working fine when i run from server its showing error this code i had given and each client system there is a folder name FCR. fs = new FileStream("d:/FCR/FCR" + strdt …

Member Avatar for Geekitygeek
-1
139
Member Avatar for DIPY

Hi, When I try to build my code it gives an error "Not all code paths return a value". Please find the code below: public TreeNode FindInstanceNode(string SubContainer,string instance) { TreeNode Node = GetTreeViewClickedNode(); foreach (TreeNode trNode in Node.Nodes) { if (trNode.Text == "SUB-CONTAINERS") { TreeNodeCollection tcSubNodes = trNode.Nodes; foreach …

Member Avatar for Geekitygeek
0
130
Member Avatar for shine_jose

I wish to test run my newly designed web site from server now its in desktop system please help me.

Member Avatar for djzia
0
93
Member Avatar for shine_jose

To add check box to grid who s auto generate column property is true. I wish to select all the rows who s check box is checked .which can be checked by the user after generating the grid so at generating time all item template check box default values want …

Member Avatar for chandru7
0
133
Member Avatar for shine_jose

I am trying to do grouping the rows according to one field but its getting two rows in detail section of grouped rows instead of one ie same row details is getting duplicated one more time.I try ed the linking of the tables selected for the report all into inner …

Member Avatar for aswiniragunath
0
134
Member Avatar for shine_jose

Hello i wish to retrieve rows from a table based on a particular column which contains null values in sql2000 server I try ed a lot but its not working please help me.

Member Avatar for sknake
0
135
Member Avatar for shine_jose

hai, How to convert crystal report to excel format (with correct alignment,lines and every thing exactly like excel).please help me.

Member Avatar for kvprajapati
-1
99
Member Avatar for shine_jose

Hello, I wish to get the code to pass the log in information (i.e server name,pass word etc) as parameter at the time of calling report Now its asking (user name ,password) before going to the report page each time .please help me.

Member Avatar for Ramesh S
0
460
Member Avatar for lazybones1987

Hey All, This is my first post here. I'm a complete newbie when it comes to ASP.NET. I'm trying to create a simple "Registration Page". I'm not using Visual Studio's inbuilt "Create New User Wizard". My Registration page has the following controls: 1 Textbox for the user name, 2 text …

Member Avatar for serkan sendur
0
178