Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
3
Downvoting Members
4
3 Commented Posts
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for ranu jain

hello friends .this code have error-ARRAY OUT OF BOUND BUT I AM UANBLE TO FIND WHERE IS IT AND HOW TO REMOVE IT.. PLEASE GIV ME SOLUTION AS SOON AS POSSIBE. //import java.util.Scanner; import java.lang.System; class PascalTri { //public static void main(String[] args) { // TODO Auto-generated method stub //Scanner …

Member Avatar for stultuske
-2
131
Member Avatar for ranu jain

I want to send mail to my clients like their password and some other information also what should i do for that. how outlook express is helpful for that. when i am using password recovery wizard than the error coming [B]"The SMTP server requires a secure connection or the client …

Member Avatar for azapovjednik
0
241
Member Avatar for ranu jain

hello, i just want to know what is the need that we make a custom tag...i know that its for reusebility..but i want some examples where should i use them. thanks

0
83
Member Avatar for ranu jain

please some one would explain me why we use Bufferedreader() instead of using InputStreamReader() only.

Member Avatar for JamesCherrill
0
178
Member Avatar for ranu jain

hello, i wrote some commands in notepad and saved it as .sql and i m running these commad at my sql by command- [COLOR="Red"]mysql>source C:\Program Files\MySQL\MySQL Server 5.0\bin\script.sql;[/COLOR] then its run.. but hat to do if i write it without giving whole path. i ren this command-- [COLOR="Red"]mysql> \. filename[/COLOR] …

Member Avatar for RvSon
0
233
Member Avatar for ranu jain

hello..., [CODE]SELECT DISTINCT store_type FROM stores s1 WHERE NOT EXISTS ( SELECT * FROM cities WHERE NOT EXISTS ( SELECT * FROM cities_stores WHERE cities_stores.city = cities.city AND cities_stores.store_type = stores.store_type));[/CODE] please any one help me to understand this query... and what would be the output of this. and please …

Member Avatar for prof php
0
96
Member Avatar for ranu jain

i have to impliment a chained hash table. in this prog i am using java.util.LinkedList. in one node of linklise i have to store two object-- 1)key value 2)value but java.util.LinkedList. provide add(object) method. that means i can not add two elements in one node of linked list. then how …

Member Avatar for JeffGrigg
0
178
Member Avatar for ranu jain

hello, i have a question--- i have to implement arraylist by using array. and i m using following approach- [CODE]package DS; import java.lang.reflect.Array; public class ArrayList<T> { T ob[]; public ArrayList(Class<T []> c, int s) { // Use Array native method to create arra of a type only known at …

Member Avatar for NormR1
0
134
Member Avatar for ranu jain

A university wants to aumomate the parking area present inside the premise. Students and faculty members are required to buy passes in order to park their vehicals in the parking lot. The different types of passes available are : Cars : Weekly pass : 70 rs Monthly pass : 280 …

Member Avatar for ranu jain
0
374
Member Avatar for ranu jain

[CODE]Protected Sub btnSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSubmit.Click Dim j As Integer Dim conn1 As New SqlConnection Dim cmd1 As SqlCommand Dim dp1 As New SqlDataAdapter Dim ds1 As New DataSet Dim str1 As String str1 = "Insert into Feedback( Title,UserName,EmailId,Feedback,) Values('" & ((txtTitle.Text).Trim).ToUpper() & " …

Member Avatar for crishjeny
0
159
Member Avatar for ranu jain

can anyone tell how can i get SUBSCRIBE NOW button ....free. if there is any S/W like easy menu and button maker can any one send me. actually sites are asking for pay but i dont have an bank account.

-1
61
Member Avatar for ranu jain

I am making a site in which user will be registered and after the payment (or subscribed) he will b served some facility like he can visit some pages of site only after payment . i m working in vb.net visual sudio 2008 . what is the easiest way to …

Member Avatar for ranu jain
0
71
Member Avatar for ranu jain

Suggest me some lonk for making payment gate way and to set session and authenticate session in my site. i m working in asp.net.

Member Avatar for ranu jain
0
295
Member Avatar for ranu jain

[CODE]Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim conn As New SqlConnection Dim cmd As SqlCommand Dim dp As New SqlDataAdapter Dim ds As New DataSet Dim i As Integer Dim str As String = "UPDATE aspnet_Membership SET aspnet_Membership.Email='" & Email.Text & "' WHERE UserId='" …

Member Avatar for sujimon
0
98
Member Avatar for ranu jain

I am using ASPNETDB.mdf database (default database) in my application . to create a user i am using CreateUerWizard .i want to costomize and want to add new field-"Contact No" in it . how can i store contact no in database? i m working in vb.net with visual stdio 2008 …

Member Avatar for ranu jain
0
68
Member Avatar for ranu jain

[CODE]Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load 'Dim userName As String = Request.QueryString("Name") 'MsgBox(userName) Session("id") = Session("id") Dim userName As String = User.Identity.Name Dim usr As MembershipUser = Membership.GetUser(userName) 'Email.Text = usr.Email Email.Text = usr.Email ConfirmEmail.Text = usr.Email MsgBox("jhjkh") ' ConfirmEmail.Text = usr.Email End Sub …

Member Avatar for @sansan
0
118
Member Avatar for ranu jain

i have declared a variable in page_load function and i want to use this variable in Button_click function i declare the variable globle but its not working and i also passed the variable by value but then Button_click funcion is showing error that syntax is incorrect wat to do ???

Member Avatar for kad1r
0
103
Member Avatar for ranu jain
Member Avatar for MichaelWClark
0
70
Member Avatar for ranu jain

Hello i want that my client subbmit his query by my site n i can resieve it in my gmail acccount . what should i do for that. thanks

Member Avatar for guru_sarkar
0
104
Member Avatar for ranu jain

I haved created a registration form by create user wizard. Now what i wanted is dat after 2 day of registration user should have locked out automatically. what shoule i do for this?

Member Avatar for ranu jain
0
106
Member Avatar for ranu jain

hiii I have two page in my adminitrator folder of my web site manageuser.aspx and userinformation.aspx .Now when i click at manage button at manageuser.aspx page i have to navigate userinformation.aspx page with corresponding user. i set in the greed view of manageuser.aspx page- [CODE]<asp:HyperLinkField HeaderText="manage" Text="manage" DataNavigateUrlFields="UserName" DataNavigateUrlFormatString="UserInformation.aspx?user={0}"/> [/CODE] …

Member Avatar for ranu jain
0
95
Member Avatar for ranu jain

Is there any need to install Ajax extantion and toolkit for visual stdio 2008 Plz reply i m facing much trouble thanx

Member Avatar for MichaelWClark
0
91
Member Avatar for ranu jain

[B][COLOR="Green"]how we can make slideshow in visual stdio 2008 [/COLOR][/B]

0
68
Member Avatar for ranu jain

[COLOR="Green"]handles clouse require a withevent variable defined in containing type or one of its base type[/COLOR] [U]i got this error in the following code[/U] Imports System.Data Imports System.Data.SqlClient Imports System.Text Partial Class _Default Inherits System.Web.UI.Page Protected Sub submit2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles submit2.Click Dim i As …

0
60
Member Avatar for ranu jain

hello frnds i m new in dis community as well as in .net field. i want to 9 wat is [COLOR="Green"]POST BACK URL[/COLOR] property in link button.

Member Avatar for hirenpatel53
0
86
Member Avatar for ranu jain

hello friends i m new in dis community n in asp.nt field i want 2 9 wat is [COLOR="Green"][B][U]POST BACK[/U][/B] URL[/COLOR] in link button property

Member Avatar for localinternet
-1
144