trying to argue that they aren't would be another time killer! ;)
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
trying to argue that they aren't would be another time killer! ;)
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
lol.. Well, what can i say.. im past the reading stage actually! Anything 2 do would be a boon! ;)
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
No work for a few weeks, Could anyone suggest a few Hot & Happening Topics that i could Dip my half-baked head into for fun? Im looking for something in Dotnet, ASP, c#, SQL etc... Or anything else taht you guys indulge in @ work for fun, besides reading? :) Cheers!
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
Something like this - string aaa = new string(str7, 0, str7.Length); would return you a string of "***", if thats What u're looking for. :)
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
Add a javascript function through attributes.add in cs for(int i=0;i< gridview.rows.count;i++) { DropDownList ddl = (DropDownList)gridview.rows[i].cells[cellid].findcontrol('id'); ddl.attributes.add("onchange","return func("+ddl.clientid+");"); } Send the row id from the cs file function func(ddl) { //Do the validation in javascript } Hope that helps!!
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
Hi, I was trying to download and install silverlight 1.1 ( as i am having VS 2005 currently) from the official site.. just to have a look at it.. However, i am facing a few probs.. When i install d SDK, it says the template cannot be installed without Service pack for Visual studio( my version is Enterprise edition VS 2005) However, there is no separate download for VS 2005 SP1 except a team suite edition that installs that for it.. However, when i try installing it, a file was said to be missing.. I tried re downloading ..no result.. Has anyone got this prob? who can help me? Thanks in Advance...
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
ok nm... Thanks for the reply..
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
No its not the sql reporting.. the .net reporting thing.. using rdlc files.. I am not specifying the pixels at all all are in %. Moreover, the reports being generated are a kind of template which it uses to render the report..So i cant do much of a change with that.
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
I have an application that uses a reportviewer control. On IE it works fine but in firefox and on certain laptops(actually on my client head's laptop :)) it comes up to only 1/4 of the page. The reportviewer head that is with the export to excel and zoom options takes the whole page only the area where the reports are shrunk to about 1/4 of the page.. Does anyone know what is the problem here... I have done a lot o things but cant find any solutions,, Any thanks is much appreciated.. Thanks in advance!
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
Thanks christian for replying.. Actually this problem occurs only on some laptops.. And its the bigger laptop screen that causes the problem.. Is there anything you might know that can be set/reset that makes it to take the actual resolution of the screen or something.. or probably a field or function that cares of the resolution setting for a webpage??
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
You should probably think before you talk and when you dont know anything you should keep mum.. Anyways, its a data sharing thing we do where everyone learns a new topic and gives a presentation to everyone in the team..its a thing we do every month.. Does that throw some light??
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
Hi all, I have an asp.net application which generates a set of reports using reportviewer and rdlc files.. The problem is that on a few of the laptops the page covers up only half of the entire screen.. Secondly, the reportviewer controls are getting overlapped.. Has anyone come across such probs and can help me out.. How could i debug or search the reasons for such a problem?? Thanks in advance :)
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
If only one person could access it at a time, why would you make it a web application?? I would prefer a win app :confused: May be a singleton approach could work.. never used it thou..
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
meetshums wrote:
People will be using outlook express or microsoft outlook to check there internal mails in the organization. From there only that link should open the corresponding web application in new internet explorer window.
Whatever they use for opening you're link, it'll open up..
meetshums wrote:
I am using mail sending code and embeding the url as http://domainname/virtualdirname
Are you not providing a page name where this should redirect?? If not it will obviously open a blank page if youve not configured the iis for a default page.. Try giving the page name as the default in iis documents tab.. Or in the link directly provide the page name something like this ... http://domainname/virtualdirname/pagename.aspx
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
Hi all, I have to give a presentation on security in web services... Could anyone help in selecting the appropriate topics that should be covered in it.. Or any site where i could get some help on this topic... thanks in advance... :) :)
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
try giving the system name in place of localhost, that will work irrespective of where the set up is installed... whereas localhost will only work on your system..
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
Let me throw some light here... If you are using a master page, the contents you are using for a page must be inside the content template as you mentioned in the post.. However, you could only have a master page on a page or you dont have one.. and as you cant change the aspx design page at runtime, it is bound to throw an error... I suggest you use two different pages, one with master page and another without it, so that you could use them according to the situations you have..
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
I think it wont help, if master page is not referenced when he wants it not to contain one, then it will throw error again, coz of using content control without a master page. I dont have a solution now, gotta check that out, if i get ill let ya know..
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
justintimberlake wrote:
So what I want to do is take that deletcommand isertcommand and updatecommand from codebehind using store procedure, how can I do this,plz help me
If you want to call the procedures on edit,update,delete button click, there are events in the datagrid control update-ondatagridupdating delete=ondatagriddeleting edit-ondatagridediting or you can use the common rowcommand attribute for this.
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
I think it will only be set for the page it is being used! true - event linking enabled false - no event linking. Why would you want to put it in a web.config file ? :doh:
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--