Hi, Rather than storing Image in Session variable donot u think it is good to store the image path in Session.try this way....
SunithaNallana
Posts
-
How can I store an image in a session variable in asp.net -
hi sunithahi saravanan05, See what all happened 'coz of ur small act of not looking the preview before posting. Donot hurry take your own time and check twice before u post. It seems that you are new to Asp.net.So please review as many books as you can.No one is born Developer.Practice makes you perfect.
-
Validation problemHi, Assign validation group. ie. put txtbox, button and validation control in one group
-
want to Display Upper Case Letters in Text Box while Pressing Lower Case Letters ?Hi Pramod You can try this "set a css style and use text-transform:uppercase in the rule to display uppercase in the web site - regardless of the text entered" .changecase{text-transform:uppercase ;}
-
Stoppnig video playing in IFrameHi every one! i am facing a small issue pls help me out! In my application i am playing a video in iframe (which is opening as pop up)in WM player or Quicktime player.My issue is whenever i close that pop up still that video is still playing in background.pls tell me how can i stop it's playing when ever that pop up is closed.
-
loading parent window using javascriptHi, u can try using hidden variables. when u bind the grid get those variables from correspoding controls and store them in hidden variable.Every time u fetch data to grid u assign those variable values which r in Hidden variables. try like this and let me know the result Happy Coding
-
create child dropdownlistHi, u can do this way Bind the child DropDown list in the Selectedindex changing event of the parent DropDown list Try and let me know the result happy coding
-
FilteredTextBox for invalid chars as (@%$&*)Hello, U can assign a regularexpression validator to the text box. regularexpression can be "^[a-zA-Z0-9]$" try this.
-
Querystring in Gridview HyperLinkFieldhi,try this
-
help is needed in displaying different contents inside formview on linkbutton clickHi, U hv properly coded but while retrieving data from Db to binding Formview u r not sending the Command Argument(Reserve_id) to Db.If u send that u can retrieve particular record based on reserve_id
-
Ajax calender ctrlHi everyone! i'm hving a ajax calender extender attached to a textbox.To txtbox i'm populating the selected date from calender control,now i want to restrict the user from entering any data manually into the txtbox.Could any one tell me how to do that .. Thanks in advance
-
How to apply styles to pdf fileHi, In my application i hv converted aspx file to html and then to pdf format,but in pdf file the styles r not getting applied.Pls suggest me how to make the styles appear in the pdf file Thanks in advance Sunitha Sunitha
-
problem with web controlsCOOl... In the design mode keep the cursor within content then you can drag and drop any control(here textbox),after getting that you can place it where ever you want(here table cell) Try it out let me know the result 'coz i am new to programming "HAPPY PROGRAMMING"
-
To add check box to each day of calendar control at design timeYes i have used built in calender control
-
To add check box to each day of calendar control at design timeHi!! Pls let me know where do i lag behind providing the information. i have done above said requirement dynamically(at run time) in dayRender event of calender control but that event is getting executed every time the page is loaded that too 30 times(as many number of days in month).So i am trying to add check boxes at design time itself to avoid this looping.
-
To add check box to each day of calendar control at design time:)Hi to all! In my aspx page i am having a calendar control,which represents attendance status(either present,absent or leave)of a student.My need is to add a check box at design time to each day of calender control.At runtime i want to check mark as needed. pls provide me coding to add a check box . SunithaNallana
-
To clear textboxes in the content pagethank u Prateek.G for wishing me on my birthday.:rose: SunithaNallana
-
To clear textboxes in the content pagethank u all:rose: i cleared my doubt. i have done it this way... 1.in the master page i put a property block in which i wrote public ContentPlaceHolder CPH { get{return ContentPlaceHolderid;} } 2.i made the content page strongly typed ie.. 3.in button click function foreach(control c in Master.CPH.Controls) { if(c.getType().Name == "TextBox") { (c as TextBox).Text =""; } } SunithaNallana
-
To clear textboxes in the content pagethank u all:rose: i cleared my doubt. i have done it this way... 1.in the master page i put a property block in which i wrote public ContentPlaceHolder CPH { get{return ContentPlaceHolderid;} } 2.i made the content page strongly typed ie.. 3.in button click function foreach(control c in Master.CPH.Controls) { if(c.getType().Name == "TextBox") { (c as TextBox).Text =""; } } SunithaNallana
-
To clear textboxes in the content pagethank u all:rose: i cleared my doubt. i have done it this way... 1.in the master page i put a property block in which i wrote public ContentPlaceHolder CPH { get{return ContentPlaceHolderid;} } 2.i made the content page strongly typed ie.. 3.in button click function foreach(control c in Master.CPH.Controls) { if(c.getType().Name == "TextBox") { (c as TextBox).Text =""; } } SunithaNallana