Click here to Skip to main content
Page 1 of 2
Page Size: 10 · 25 · 50


Author filtered by: Bikash Prakash Dash [x]
Re: Current State of Mind by Bikash Prakash Dash
Forum Message 14 May 2013  
ohhhh nooooo plzzz
Re: Current State of Mind by Bikash Prakash Dash
Forum Message 14 May 2013  
haha , ya i'll if it is som kind of unique job
Re: Current State of Mind by Bikash Prakash Dash
Forum Message 14 May 2013  
Unstable!! overloaded?? u can share your job with me.I'm ready to help
Re: Current State of Mind by Bikash Prakash Dash
Forum Message 14 May 2013  
haha!! really .you told dat i'ws just going to tell.
Current State of Mind by Bikash Prakash Dash
Forum Message 14 May 2013  
Hi Friends, What is the current state of your mind ? Please describe in term of computer words !!! :laugh:
Re: Google Easter Egg by Bikash Prakash Dash
Forum Message 14 May 2013  
haha nice game..Thank u google
Answer 14 May 2013   license: CPOL
Required filed validator wont workcheck whether it has file or not usingFileUpload1.HasFileor !(FileUpload1.PostedFile.ContentLength>0)
Answer 14 May 2013   license: CPOL
Use Form authentication in your application follow this linkhttp://www.asp.net/web-forms/tutorials/security/introduction/an-overview-of-forms-authentication-cs[^]
Re: Log in ASP.NET by Bikash Prakash Dash
Forum Message 13 May 2013  
So wots problem Create a database table to store activities at every operation store the activity along with date time, user, and any other things u require.
Client SIde & Server Side by Bikash Prakash Dash
Answer 13 May 2013   license: CPOL
Client means the user , who is accessing the website.Client Script/Programming means , the script gets compiles/executed on client side , ie , in web browser.(eg ->Javasript) You can see the errors of a client script on console of the browser.Server Script/Programming is the program...
Forum Message 13 May 2013  
Primary key value cant be null. You have to provide any value for that.
Re: MVC by Bikash Prakash Dash
Forum Message 13 May 2013  
wot does it mean , is der any meaning of your question ?
Re: Fun With Member ID's by Bikash Prakash Dash
Forum Message 13 May 2013  
haha really interesting :laugh:
Re: Log in ASP.NET by Bikash Prakash Dash
Forum Message 13 May 2013  
Quote:I want to know user doing in this? And I can save it by session. What does it mean?
Answer 13 May 2013   license: CPOL
->Use Dataset and Object datasourses in application->Dont use too much session variables->Use cache in webapplication->Use optimized code using OOP and n-Tier Architecture
C#
Login back button problem by Bikash Prakash Dash
Answer 13 May 2013   license: CPOL
Your login process is not right , try form authentication , follow this linkhttp://www.asp.net/web-forms/tutorials/security/introduction/forms-authentication-configuration-and-advanced-topics-cs[^]
Forum Message 13 May 2013  
many ways you can items to grid view you can use XML data Database data Manual Adding Which procedure you will prefer.
Forum Message 13 May 2013  
how much hav u done post your code?
To Upload IN ASP.NET IN C# by Bikash Prakash Dash
Answer 13 May 2013   license: CPOL
I'm giving an example to store an image in database.Use thissuppose an insert functioninsertfunction(byte[] buffer);to insert a pic. int l=uploadPhoto.PostedFile.ContentLength; byte[] pic= new byte[l]; uploadPhoto.PostedFile.InputStream.Read(pic,0,l); ...
Answer 13 May 2013   license: CPOL
Follow this link i used this from starting of my careerhttp://www.asp.net/web-forms/tutorials/data-access/editing,-inserting,-and-deleting-data/an-overview-of-inserting-updating-and-deleting-data-cs[^]
Answer 13 May 2013   license: CPOL
Regarding scope there are so many technologies available rather than asp, php etc. You can jump to Embedded System .But choose technology in which you are capable, in which you can do better.php , asp.net ,html5 all hav equal scope if you have the talent.
Answer 13 May 2013   license: CPOL
use the condition if (GridView1.Rows.Count if (GridView1.Rows.Count
HOw to implement search box ? by Bikash Prakash Dash
Answer 13 May 2013   license: CPOL
use popupcontrol ajaxtoolkit , follow this linkhttp://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/PopupControl/PopupControl.aspx[^]
Forum Message 12 May 2013  
So use it wots problem at time when application starts, provide a form for login , no one can use the application. Or you have any problem in coding??
Answer 12 May 2013   license: CPOL
Use "!IsPostBack" condition on page loadeg->if (!IsPostBack){Random rnd = new Random();TextBox1.Text = rnd.Next(1000).ToString("000");}
Re: Life Programming by Bikash Prakash Dash
Forum Message 12 May 2013  
YA I DO , BT NOW I'M IN CONFUSE
Re: Life Programming by Bikash Prakash Dash
Forum Message 12 May 2013  
in a state of confusion now
Re: Life Programming by Bikash Prakash Dash
Forum Message 12 May 2013  
if(this) dothat(); else if(that) dothis(); else crazy();
Answer 11 May 2013   license: CPOL
validate at the time of submit wheather issue date is greater or not,bool validate(){if (Datetime.Parse(TxtIssuedDate.text) > Datetime.Parse(TxtExpiryDate.text)) { return false; }else{return true;}}
Re: Life Programming by Bikash Prakash Dash
Forum Message 11 May 2013  
Quote:Console.WriteLine("Heartbeat, @" + Environment.TickCount); haha Like this line
Answer 11 May 2013   license: CPOL
Follow bookVisual C# 2008 Step by Step , MS Pressthe best book for beginners.
Re: Life Programming by Bikash Prakash Dash
Forum Message 11 May 2013  
Wow .....energy boosting lines
Re: Life Programming by Bikash Prakash Dash
Forum Message 11 May 2013  
Its not a serious discussion man , lets hav a fun.
Answer 11 May 2013   license: CPOL
Try this on In form1private void button1_Click(object sender, EventArgs e) { string[,] arr = { {"One","two","three"},{"red", "blue","green"}}; Form2 frm2 = new Form2(arr); frm2.Show(); }In form2public Form2(string[,] arr)...
C#
Re: Kernel.dll by Bikash Prakash Dash
Forum Message 11 May 2013  
No comments :confused:
Re: Life Programming by Bikash Prakash Dash
Forum Message 11 May 2013  
Haha , Which will be called Virtual Programming in future. :laugh:
Life Programming by Bikash Prakash Dash
Forum Message 11 May 2013  
Hi friends , lets innovate a new programming language called Life Programming. Describe your lifestyle with a program.
while(life!=death) by Bikash Prakash Dash
Forum Message 11 May 2013  
while(life!=death) { age++; research++; development++; }
Re: Life of Software Developer by Bikash Prakash Dash
Forum Message 11 May 2013  
Haha its not like that Along with Software development some of us are also involved with some other profession also , and they give same preference for both also. Dat depends how we are leading our
Re: FireFox 20.0.1 by Bikash Prakash Dash
Forum Message 11 May 2013  
haha its interesting I've not try yet, let me try.
Forum Message 11 May 2013  
Visual Studio 2010 and SQL Server 2008 is best to start And follow book MS Press STEP By STEP Guide to asp.net.
insert record in mysql table by Bikash Prakash Dash
Answer 11 May 2013   license: CPOL
object name is wrong in these two linesmycom.Parameters.AddWithValue("@MONTH", MONTH); mycom.Parameters.Add("@contenttype", MySqlDbType.VarChar).Value = contenttype;rectify it tomycom1.Parameters.AddWithValue("@MONTH", MONTH); mycom1.Parameters.Add("@contenttype",...
Answer 11 May 2013   license: CPOL
here is a sample i've used check it and modify as per your requirement
using href in Radgridview by Bikash Prakash Dash
Answer 11 May 2013   license: CPOL
use this you can get the index of the row you are now Linkbutton btn = (Linkbutton)sender; GridViewRow gvr = (GridViewRow)btn.NamingContainer; int index = gvr.RowIndex;
Answer 10 May 2013   license: CPOL
You must have kept same function i.e protected void Button1_Click(object sender, EventArgs e)for both save and refresh buttons, go to the property of the refresh button change the function for mutton click event to some other name again define it.
Answer 10 May 2013   license: CPOL
So you are looking for pop up windowUse the following code , set these parameters location=0,status=0,resizable=no,scrollbars=0,left=200,top=128, width=400px,height=200px , as per your requirement.
Textbox Lost Focus while using Tab by Bikash Prakash Dash
Answer 10 May 2013   license: CPOL
If your id of textbox control is TextBox1, then use TextBox1.Focus();,on textchanged event.
Answer 10 May 2013   license: CPOL
Use Masked edit Ajax Toolkit, go through this link , you'll know how to use ithttp://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/MaskedEdit/MaskedEdit.aspx[^]
Tip/Trick 9 May 2013   license: CPOL
Different methods to pass value between pages in ASP.NET
Answer 9 May 2013   license: CPOL
i've used it here is the code use it as per your requirementprotected void Button1_Click(object sender, EventArgs e) { for (int i = 0; i

Page 1 of 2
1 2


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid