Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
12% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
52
Posts with Downvotes
40
Downvoting Members
9
5 Commented Posts
~16.1K People Reached
About Me

MCTS - BE

Interests
Solving puzzles
PC Specs
MCTS - BE(CSE)
Favorite Tags

61 Posted Topics

Member Avatar for Smalls
Member Avatar for akash_12
0
3K
Member Avatar for Christos 696

[QUOTE=Christos 696;1733768]Hi again my friends... as i said in my first post, i have done the database... for my website, and now i must create the webpage!! the language i must use is "xml", so if you have some sites or pdf files, that i can read to learn how …

Member Avatar for Christos 696
0
150
Member Avatar for mayankshri
Member Avatar for thines01
0
420
Member Avatar for jaskij
Member Avatar for DavidB
0
114
Member Avatar for haqayyum

[QUOTE=Pgmer;1755034]Get the MAX(ID) from table and then append 0000 to it and show.[/QUOTE] Forgot the one thing to find the length of ID there only easy when you add 10,11...,100,101,....,1000,1001... [CODE] temp_id=string.Empty; for(int i=0;i<(5-id.lenth);i++) { temp_id+="0"; } temp_id+=id; [/CODE]

Member Avatar for Reverend Jim
0
2K
Member Avatar for snowdoll

---sorry previously posted also same i unfortunately did n`t saw that--- select record from database that have the same value as username and pwd if it returns record user authenticated else invalid user

Member Avatar for mani-hellboy
0
106
Member Avatar for danait
Member Avatar for mani-hellboy

Hi friends., I need one help from you all. Actually i am working asp.Net 4.0, i need to specify path in different folder in my project.so, i think if i place server.mappath in web.config is very useful for me how can i place it. tell me any sample or code …

Member Avatar for mani-hellboy
-2
832
Member Avatar for student2012

why you use strcat() method....you can try use loop read char by char and place in third string

Member Avatar for shanki himanshu
0
240
Member Avatar for monkeybut
Member Avatar for osamabaqi

Hi Dude., I will tell feature of both of them.Your wish to select which one is best suite you select it ASP.NET is developed by Microsoft technologies it support many scripting languages C#,visual c++,J#,F#,VB.net,etc., but php support one scripting language (java script excluded) php developed by community no standard is …

Member Avatar for itzarun
-1
144
Member Avatar for shanmugaraj.c
Re: loop

Hi frnd., do you know Google instance search engine how many records it show in first page it may show some lack record discovered in some specified time span but it shows only 1000 results (100 pages) so try to load some record you can split up that some 10 …

Member Avatar for mani-hellboy
0
123
Member Avatar for Falcon25

hey dude &&-means logical AND operation ||-means logical OR operation give problem is a=true; b=false; c=false then d=( a && b ) || c //a && b-means (true && false) //&&-return true when both input are true here one is true (a) another //one is false(b) this will return false …

Member Avatar for Falcon25
0
147
Member Avatar for mani-hellboy

Hi friends., I am now try to study LINQ in C#.net which book can i refer and that is easy to learn and give perfect example code snippet

Member Avatar for thines01
-1
226
Member Avatar for itsvineethpv

try it your self we can help when you struggled in half way i can tell what control to use use datagrid or gridview to develop

Member Avatar for mani-hellboy
-1
111
Member Avatar for wissam.ashkar

simply use try and catch i think u get db null exception. if u got this error use isnull() method and replace that null value to double you can easily get what you want

Member Avatar for mani-hellboy
0
201
Member Avatar for sah
Member Avatar for fawadkhalil
Member Avatar for jacob21
Member Avatar for nice_candy
Member Avatar for Mahesha999

use this will help you [CODE]System.IO.FileStream(server.MapPath("~/Images/" + imageFileName + ".gif",System.IO.FileMode.Open, System.IO.FileAccess.Read);[/CODE]

Member Avatar for mani-hellboy
0
228
Member Avatar for denmarkstan

[QUOTE=denmarkstan;1735207]Hello good people, I need to make a debut in hosting asp.net 4.0, please i am looking for asp.net 4.0 free hosting to try out my new asp.net 4.0. please if you know any good one that can give me free trial, do help me here please. Thank you.[/QUOTE] try …

Member Avatar for mani-hellboy
-1
160
Member Avatar for denmarkstan

try search in Google java script image slider or jquery image slider lot of example you will get

Member Avatar for mani-hellboy
-1
156
Member Avatar for ankitsuhail

You can us following code [CODE] <% cmd="Query" sqldatareader reade=cmd.ExecuteReader() reade.Read() %> <table> //put loop here <tr> <td><%= reade[row_index].getvalue(col_index or col_name)%> </td> <tr> [/CODE]

Member Avatar for mani-hellboy
-1
194
Member Avatar for Ajuddy
Member Avatar for M.Waqas Aslam
Member Avatar for mani-hellboy
0
181
Member Avatar for tapandesai007

Ya hercles told correct use server.mappath my notification is don`t forgot "~" symbol in front of path [CODE] string path=server.MapPath("~\your_file_name.Extension"); [/CODE]

Member Avatar for mani-hellboy
0
265
Member Avatar for kikic

i think you trying to put your on our shoulders.Its your work you only want to work. try module by module that will help you.for any more help try Google or use this forum place your question(Any small or complicate work not full project) we will help you try try …

Member Avatar for mani-hellboy
0
195
Member Avatar for kpshamilsagar
Member Avatar for yathira

the following link show when you use both [URL="http://http://msdn.microsoft.com/en-us/library/aa479015.aspx"]http://msdn.microsoft.com/en-us/library/aa479015.aspx[/URL] study well you can easily identify your answer

Member Avatar for mani-hellboy
0
131
Member Avatar for aldm

hi dude i think there is no table in that db. plz refer proper db accessed another thing is rename dbo.PriceRanges to PriceRanges

Member Avatar for aldm
0
241
Member Avatar for rotemorb

[CODE] <script lang="javascript"> function hello() { alert("Hello"); } </script> <asp:Button ID="Button1" runat="server" Text="Button" onclientclick="hello" /> [/CODE] Try this code

Member Avatar for rotemorb
-1
117
Member Avatar for Amiet Mhaske

Friend We cant able to find out which one is best all books have some special thing cover so try google books search engine type your title for example "C# programming" it will give result more than ten books try to read at least 2 books Any I suggest For …

Member Avatar for syd919
0
168
Member Avatar for deceivingrakesh

[CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> <script> function checkForInvalid(obj) { if( /[^0-9\-]|-{2,}/gi.test(obj.value) ) { alert("Invalid character in Invoice No.") obj.value = ""; // line added to clear textbox value obj.focus(); // obj.select(); // line removed return false; } return true; …

Member Avatar for Cruize_Invades
0
121
Member Avatar for surajrai

Hi dude., Do you know System.Object is the root class of .net framework from this only all the class are derived. In System.Object ToString() method defined as abstract method because fields in object is not stable format so we must need to override ToString() method to covert object into string

Member Avatar for darkagn
0
547
Member Avatar for mani-hellboy

Hi friends., Actually I use datagrid to show my result from XML file.I load my data from XML file easily.But i need Sorting method for that and i don`t know how to solve it Please give me solution for that My code is [CODE] Imports System.Data Imports System.Xml Imports System.IO.StringReader …

Member Avatar for mani-hellboy
-1
123
Member Avatar for kolibrizas

use trigger in database and WCF in front end that will really help you ---try code your self--- -----you learn more-----

Member Avatar for kolibrizas
0
279
Member Avatar for deepak690

Hey Dude., First you want to create the Database in SQL SERVER which have same schema of your current Access database Second then replace the name space where you used System.data.OLEDB name space into Syatem.Data.SQLclient third thing change the oledbconnection to SQLconnection , Oledb command to sqlcommand,and oledb related object …

Member Avatar for thines01
0
174
Member Avatar for pimzy

In admin page you give the link to registered user then only possible and easy also registered user have user login details in that you put category of user lecturer,student,dept head when lecturer login get detail of reg user to session check in session if lecturer related data loaded then …

Member Avatar for pimzy
0
143
Member Avatar for revjim44

Use Regular Expression validation (Rejax) using method will help you for server side validation (in method pass the value to method in method verify the regular expr is use req acceted then return true else teturn false)

Member Avatar for mani-hellboy
0
260
Member Avatar for mastanasp

Hey Dude., I think there 2 way to handle this use try catch block on Execute scalar function if DBexception occurs in catch block manually assigning some value to MaxValue Another way place isnull() function in query - I am not sure about secound method I am 100% sure 1st …

Member Avatar for mani-hellboy
-1
93
Member Avatar for poojavb

No dude there is any Conversion tool to VB.net to asp.net We only have VB.net to C# net tool so keep your work to done

Member Avatar for poojavb
0
221
Member Avatar for bhagyap

Hey dude ! If you done SEO for your site save that meta data to your own table in database when user search keyword in search control you search that meta data (use [B]%like%[/B] in query)and take the corresponding page name show those result in hyperlink which link user need …

Member Avatar for mani-hellboy
0
177
Member Avatar for yatin chauhan

hye man which line you this error 1. if in this [CODE] if (Session["MyCart"] != null) { if (Session["MyCart"].GetType().Name.StartsWith("List")) { cart = (List<Cart>)Session["MyCart"]; } }[/CODE] means first you want to assign session value or use try catch 2.if in another part means fully check all objects having references created using …

Member Avatar for mani-hellboy
0
224
Member Avatar for Rajbeer

hey Dude You must know 2 things 1. C language does not depend on OOP it based on Structured programming 2. C language does not have Destractor because it did not have any class (i.e Not oop lang) You can try in C# language to perform destractor like this class …

Member Avatar for lxXTaCoXxl
-2
149
Member Avatar for jackbauer24

Hey dude Return()--function used to return the [B]single[/B] (note:only one) value to the calling method MessageBox.Show()--use To Create a new window that display which message we gave as input when we press ok button in that window window will closed it is precreated template for message box Retern-- may be …

Member Avatar for EBS.VivekGupta
0
195
Member Avatar for andur92

For [B]Peek[/B]-Returns the next available character but does not consume it.-immediately you call this once again returns same value because position not moved [B]Read[/B]-Reads the next character from the input stream and advances the character position by one character. -imediately you call this once again returns different (next) value because …

Member Avatar for kamilacbe
0
189
Member Avatar for geniusvishal

hey dude that will be error because you can`t able to convert (or parse) string in to number because default button name button<count>

Member Avatar for mani-hellboy
0
354
Member Avatar for zooferic

Hey dude., You first Know one thing All thing have one finite limit in system that same way URL also have that you only able to create at max (i am not clear about this may 128 or 256 character) only so making infinite URL is not possible. You can …

Member Avatar for mani-hellboy
0
145
Member Avatar for Tonino48

Hey dude You can`t Properly created object for that instance.Please Check object properly created using new keyword like instances class, text box ,all controls

Member Avatar for mani-hellboy
0
193

The End.