Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Favorite Tags
Member Avatar for snehalj

i have one textbox for password, n i want to set character for password, so which property can be used?

Member Avatar for Mayur Darji
0
324
Member Avatar for snehalj

Write a method that accepts an array of digits (base 10) and creates and returns a new array representing the same fraction but now base 16

Member Avatar for mKorbel
0
92
Member Avatar for snehalj

How to create a java class to represent linked lists of integers. Provide it with methods that can be used to reverse a list and to append two lists.

Member Avatar for jwenting
0
223
Member Avatar for snehalj

A Ram has capacity of 128k * 32. then what is the capacity of RAM in bytes?

Member Avatar for snehalj
0
83
Member Avatar for snehalj

[CODE]year = GridView1.Rows[i].Cells[5].Text; [/CODE] i have written above code for getting value of particular cell from gridview. but now i want to store variable value in particular cell of gridview.

Member Avatar for pharindra
0
87
Member Avatar for snehalj

above code not working, y is 2010 and year0 is also 2010, as per my knowledge Equal should be displayed as output, but the condition does not get equal. Pls help me for this.

Member Avatar for snehalj
0
535
Member Avatar for snehalj

i have gridview in my project and database records are displayed in that but if i want to edit the row then wht code should i write?? pls help me for this.

Member Avatar for sujimon
0
147
Member Avatar for snehalj

[CODE]<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" Title="Untitled Page" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> &nbsp; &nbsp; &nbsp;<a href ="default.aspx">Back </a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; …

Member Avatar for sujimon
0
164
Member Avatar for snehalj

i have taken one mster page in my project. in that one image is there, that image is not displayed in other pages which are related to that master page. i have tried to change image extension also but it didnt work.

Member Avatar for Borzoi
0
176
Member Avatar for snehalj

[code] string s = TextBox1.Text; string[] s1 = s.Split(new char[] { "&" }); Console.WriteLine(s1[0]); Console.WriteLine(s1[1]); [/code] above code giving me error as 'Cannot implicitly convert type 'string' to 'char' ' pls give me solition.

Member Avatar for raj_developer
0
55
Member Avatar for snehalj

[CODE]using System; using System.Data; using System.Configuration; 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 System.Data.SqlClient; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { string connectionString; connectionString =("Data Source=INTRANETSERVER1;User ID=sa;Initial Catalog=HrData"); SqlConnection myConnection = new SqlConnection(connectionString); SqlDataAdapter …

Member Avatar for snehalj
0
510
Member Avatar for snehalj

How check that database record is not present in ASP page? i have two combo boxes, selecting both if the record is present in the database it is showing, but if the record is not present how to check that & how to show msg?

Member Avatar for snehalj
0
97