User Profile
Collapse
-
thanku...thanku so much.. -
how to add double quotes in textbox or label
plz tell me how can i give the text "" to textbox and label?
if i use this shows the blank page and if i use (Text="""") then it shows output:"""".
Code:<asp:Label ID="Label1" runat="server" Text=""></asp:Label>
-
good evening sir..
i changed the "abc" to abc but still the null referance exeception is remain same."TextBox txt = (TextBox)pnl1.F indControl(abc) ; " contain null value at run time the code is now as..
Code:using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI;
Leave a comment:
-
actually the pageload function is executing every time when i click on "fsbfill_Click( )" button .please tell me how can i resolve this problem?Leave a comment:
-
the problem is not resolved after changing the 83 line.it gave the "Null Referance exception"
please help me...for solving this exception..Leave a comment:
-
How can save the dynamically created textbox value in database..?
good evening...
how can store the text value of dynamically created textbox in database.
Code:using System; using System.Data; using System.Configuration; using System.Collections; 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;
-
How can save the value of dynamically created textbox
Good evening..
how can i save the value of dynamically created textbox in data base
Code:using System; using System.Data; using System.Configuration; using System.Collections; 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
-
-
actually i don't know the value of the button.actually i m student and making i project on slambook.in this there is a page for frnd search on this page i fill the any name suppose pooja. then there is 5 frnds of this name.the id correspondance to that name show at the pageas link button text value then i select one from that value.if this value is stored in this then i can use this.plz tell me how can i do this..becoz i don't know how many id's...Leave a comment:
-
i have many button which is dynamically created .i don't know the value of these button.at run time these button will create according to condition.then from there button i want to select one button and i want to use the text value of selected button on next pages or on other pages.so i want to pass the value(text value of selected button) in session.so plz tell me how can i do this.plz.plzLeave a comment:
-
plz tell me how can i do this in the above example at run time is i click on the lbl0 then the valuse is pass in the commandargument ...plz tell me how can i pass this value in a session..like
Session["key"]=commandargumen t;
plz solve this problem.
ThankuLeave a comment:
-
how the value of selected linkbutton can be pass to session...
sir in this code there is three linkbutton..the value(textvalue ) of selected linkbutton is write by abc function on that page.but i want to save this value in session..how can i do this ..plz tell me
Code:using System; using System.Collections; using System.Configuration; using System.Data; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls;
-
thanku thanku so much......yes it is working correctly...
really thanku so much..Leave a comment:
-
the problem of trunaround time has solved now there was mistake in the for loop....
wt[1]=0;
for(i=1;i<=n-1;i++)
{
wt[i+1]=wt[i]+bt[i];
sum=sum+(wt[i]-at[i]);
sbt=sbt+(wt[i+1]-at[i]);
tt[i]=wt[i]+bt[i];
ss=ss+bt[i];
in this loop the i is start from 1 thats way it skip the first process time...
Code:wt[1]=0; for(i=1;i<=n-1;i++) { j=i-1; wt[i
Leave a comment:
-
thanku for this....it shows waiting time zero which is incorect and trunaround time is also incorrect.
Trunaround time=time terminated-time entered
TAT of process a=5-1=4
TAt of process b=2-1=1
TAT of process c=10-1=9
then tatal trunaround time should be4+1+9=14
and avrage TAT should be 14/4
bt it show 12
plz check that waiting time and trunaround time..Leave a comment:
-
i change it.but the error remain same....
Code:Enter the NAME,BURSTTIME and ARRIVALTIME of the processes NAME :a BURST TIME :3 ARRIVAL TIME :1 NAME :b BURST TIME :2 ARRIVAL TIME :1 NAME :c BURST TIME :5 ARRIVAL TIME :1
Leave a comment:
-
-
Check error in Arrival time of SJF scheduling
In this program there is error in processing time of last process..plz check the error...
the program is as
Code:#include<stdio.h> #include<conio.h> void main() { float avgwt,avgtt; char pname[10][10],c[10][10]; int wt[10],tt[10],bt[10],at[10],t,q,i,n,sum=0,sbt=0,ttime,j,ss=0; clrscr(); printf("\n\n Enter the number of processes:"); scanf("%d",&n);
-
thanku so much sir..
actually i had problem in this"(result = (Integer)cmd.Pa rameters("@Retu rnVal").Value;) " line which u sortout..Leave a comment:
-
sir i want to store the result in a integer type variable
like
Code:<%@ Page Language="VB" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.SqlClient" %> <%@ Import Namespace="System.Web.Configuration" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Last edited by Frinavale; Sep 15 '10, 02:09 PM. Reason: Please post code in [code] ... [/code] tags. Changed the <code> tags into [code] tags.Leave a comment:
No activity results to display
Show More
Leave a comment: