Forum: VB.NET 27 Days Ago |
| Replies: 1 Views: 373 I have bind the DataGridview with DB. To add the data from textboxes to DataGrid, I use the foll. code-
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)... |
Forum: ASP.NET Oct 18th, 2009 |
| Replies: 1 Views: 285 There is no label click evnet in ASP.net? I want to perform some action on label click . When i double click on it Label1_Load EVent is generated? |
Forum: ASP.NET Oct 14th, 2009 |
| Replies: 1 Views: 219 I want to ask that y there is need to add user control in web.config & when we add it?? If we want to use user control in different pages,we can just drag & drop it on the form,then y we add it in... |
Forum: ASP.NET Oct 13th, 2009 |
| Replies: 3 Views: 358 Thx...
Thru JS
<script type ="text/javascript" >
function onMouseMove()
{
document.getElementById("1").style.backgroundColor ="skyblue";
document.body.style.cursor =... |
Forum: ASP.NET Oct 12th, 2009 |
| Replies: 3 Views: 358 I want to change cursor type & backcolor when mouse moves over a td,Suppose I want to chnage the cursor to Hand, & backcolor to Blue on mouse move, & on mouse leave i want to change the cursor to... |
Forum: ASP.NET Oct 9th, 2009 |
| Replies: 2 Views: 292 Suppose there are two buttons named button1 & button2.I wnat that when the user presses enter key,button2 click event will fire? How to do dat,Can somebody tell me? |
Forum: Windows NT / 2000 / XP Oct 8th, 2009 |
| Replies: 0 Views: 186 Frnds I want to ask that i my PC,msdn sites are not going to open,
Firefox can't find the server at msdn.microsoft.com.
EVen if i open in IE 6
The page cannot be displayed
What to do????Can u... |
Forum: VB.NET Oct 7th, 2009 |
| Replies: 0 Views: 139 1)Frnds tell me that is there any Lock statement in SQL?-Yes or No.
2)In my interview i was asked,What is deadlock??? But i dont know?Can u tell me out?
3)Then they ask me about the Lock.I... |
Forum: VB.NET Sep 30th, 2009 |
| Replies: 0 Views: 118 1) What are the benefits of using Class Library?
Secondly tell me one thing, I was asked in one of my interviews.Different types of cursors??
As u all know, cursors are of diff types in... |
Forum: VB.NET Sep 28th, 2009 |
| Replies: 1 Views: 194 1)What are different types of Cursors?
Explain me in detail plz.
2)What are diff types of locks?
In some sites-
Four types of locks availbale in ADODB
1.Optimistic
2.pessimistic |
Forum: ASP.NET Sep 26th, 2009 |
| Replies: 1 Views: 260 Suppose mine project is on desktop
C:\Documents and Settings\Mansi\Desktop\ASPStarting
& Mine XML file is in D:\Documents and Settings\Sonia\Desktop\ASPStarting\App_Data
I change the ADRORATOR... |
Forum: VB.NET Sep 24th, 2009 |
| Replies: 2 Views: 204 1) What is versioning?
2) What is DLL hell?
3) Destructor - It is called automatically when object is destroyed.
Rite or wrong?
4) Finalize or destructor are same?? They have same definitions.... |
Forum: ASP.NET Aug 26th, 2009 |
| Replies: 1 Views: 256 I want to show progress while fetching the records from the database...How to show progress..There is no progress bar in ASP.net????????? |
Forum: ASP.NET Aug 17th, 2009 |
| Replies: 1 Views: 231 Can somebody help me in making me understand the regex function-
What these characters means
/^(\w+[\-\.])*\w+@(\w+\.)+[A-Za-z]+$/
function validate(input)
{
var email... |
Forum: VB.NET Aug 16th, 2009 |
| Replies: 4 Views: 795 First of all thx to u all.
hi engineerik ,ur code is not working...
hi JadeSimon ,Ur code is working 100% correctly on windows Xp.I just have to check whether its running in Windows Vista or not. |
Forum: ASP.NET Aug 15th, 2009 |
| Replies: 1 Views: 206 I have two textboxes textbox1 & textbox2..I use compare validator,Suppose I enter 12992 in textbox1 & textbox2 text is left blank,& when i click on button, then y the page is postback.Cz page is not ... |
Forum: VB.NET Aug 15th, 2009 |
| Replies: 4 Views: 795 can somebody tell me how to get file type..of any file..For .txt file file type is Text Document,for doc file - Microsoft Word Document & so on.
Plz help me out,I m not finding anything on the net... |
Forum: VB.NET Aug 15th, 2009 |
| Replies: 3 Views: 724 thcx very much...I will start a new thread for file type |
Forum: ASP.NET Aug 15th, 2009 |
| Replies: 2 Views: 271 I have one custom validator, one textbox & one button..I m checking the length of data entered in textbox.
VB CODE
<asp:CustomValidator ID="CustomValidator1" runat="server" ... |
Forum: VB.NET Aug 13th, 2009 |
| Replies: 3 Views: 724 Thx for the above answer.Can u plz also tell me,how to do also get the file type? |
Forum: VB.NET Aug 11th, 2009 |
| Replies: 3 Views: 724 I want to get the width & height of the image file..
Mine code is currently getting the file size, I also want to get the width & height.How to get width & height,kindly help me.
Imports... |
Forum: C# Aug 1st, 2009 |
| Replies: 2 Views: 269 I m creating columns at runtime,I want to know how add delete & edit buttons in each row & to create them at runtime..Foll code create columns at runtime -
protected void Page_Load(object... |
Forum: C# Jul 31st, 2009 |
| Replies: 4 Views: 1,064 thx very much one problem is solved,I want to ask that is there any to set tag in Gridview,As In listview we have tag & for each row it is different, I want to delete the row from the gridview, on... |
Forum: C# Jul 30th, 2009 |
| Replies: 4 Views: 1,064 I want to fill GridView ,But i dont want to use datasource..I want to use the method,thru which i add the data using row by row
As in VB.net
Dim row0 As String() = {"A","B","C"};
... |
Forum: ASP.NET Jul 28th, 2009 |
| Replies: 0 Views: 167 Can somebody tell me how to create a User Control that consists of two textboxes & button..On button click,i want to show just the msg textbox1.text & " " & textbox2.text,, Tell me how to use the... |
Forum: VB.NET Jul 27th, 2009 |
| Replies: 2 Views: 240 Imports Microsoft.Win32
Public Class Form1
Public Sub New()
MyBase.New()
InitializeComponent()
AddHandler SystemEvents.PowerModeChanged, _
AddressOf... |
Forum: VB.NET Jul 27th, 2009 |
| Replies: 2 Views: 240 hello frnds,i want to check if the computer is in sleep mode or not...Suppose my project is in normal state..I change the state to sleep mode,I want that now when the computer wakes from sleep mode,I... |
Forum: VB.NET Jul 19th, 2009 |
| Replies: 9 Views: 1,260 I m also facing same probs sometimes |
Forum: C# Jul 18th, 2009 |
| Replies: 4 Views: 526 I m not able to replace the contents,help me out!!!
protected void Button1_Click(object sender, EventArgs e)
{
string a = "11-22-33-44-55";
string [] Array;
int... |
Forum: VB.NET Jul 13th, 2009 |
| Replies: 5 Views: 493 hello ramy ,
I dont want to resize image .
I want to change the size of video playing inside media player.
pls help me. |
Forum: VB.NET Jul 12th, 2009 |
| Replies: 5 Views: 493 I want to resize(zoom) the image of Media PLayer .I dont want to change the size,can somebody plz help me out!!! |
Forum: VB.NET Jul 11th, 2009 |
| Replies: 5 Views: 493 hey frnds, I want to ask you want thing is it possible to resize the image of media player without changing the image height + width.
Plz somebody help me out..
Public Class Form2
Dim... |
Forum: VB.NET Jul 4th, 2009 |
| Replies: 4 Views: 467 |
Forum: VB.NET Jul 3rd, 2009 |
| Replies: 4 Views: 467 hi frnd, find the solution of mine code-
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Try
... |
Forum: VB.NET Jul 3rd, 2009 |
| Replies: 4 Views: 467 I want to get image from the file..I m able to do it....But mine code do not close the file,after getting the image,I want to close the file.Cz after getting the image,I want to delete that... |
Forum: ASP.NET Jun 29th, 2009 |
| Replies: 4 Views: 472 hi
sknake ,
Which answer not to repeat..Hi sorry to say dat but there is not ctype function in ASP.net + C#,
Instead of dat I use-
lID= Convert.ToInt32(sID); |
Forum: ASP.NET Jun 28th, 2009 |
| Replies: 4 Views: 472 Can somebody what is the Replace equivalent in ASP.Net..Below is the VB.Net code..I Searched on the net..but not able to do it....I hope so it will be too simple..
Private Sub Form1_Load(ByVal... |
Forum: VB.NET Jun 13th, 2009 |
| Replies: 1 Views: 480 I want to ask how add crossButton image to TabPage as in IE..To add left hand side image..I assign the imagelist property if tabcontrol to imagelistNAme & then slect the tabPage & change the... |
Forum: VB.NET Jun 9th, 2009 |
| Replies: 0 Views: 346 hi , I navigate the web browser to google ...i want to change the context menu..I want that when the user right click on google in Web Browser in project---I add my own context menu items..is it... |