Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Member Avatar for praveendasika

[CODE] .content { padding:24px 0 40px; Width:100%; } .content_left { float :left ; width:15%; } .content_second_left { margin-left:15%; width :20%; background-color :Black; } .content_third_left { margin-left:35%; width :50%; background-color :Red; float :left ; } .content_right { margin-left :85%; width:15%; } [/CODE] [CODE] <div class="content"> <div class ="content_second_left" > <asp:ContentPlaceHolder ID …

Member Avatar for Abdhesh_1
0
342
Member Avatar for praveendasika

Hi all, I need some help in how to achieve this functionality....the problem is ... I have some data in my database.On clicking 'generate invoice' , It should gather the data from the sql server and publish it to a document which the user can send it to a company.Basically …

Member Avatar for bhagawatshinde
0
197
Member Avatar for praveendasika

Hi , I want to open my google chat badge automatically when the user comes into my website. How can I do that ? it open when the user clicks on it , But I want it to be automatic...any ideas?

Member Avatar for hericles
0
70
Member Avatar for praveendasika

How do I name the dll's according to my wish when I publish the website. It just names the dll's into some gibberish name. it creates so many dll's and in the properties of the project there is no dll naming column for websites. is it only for web applications …

Member Avatar for praveendasika
0
125
Member Avatar for praveendasika
Member Avatar for fawadkhalil
0
178
Member Avatar for praveendasika

Hi I have recently been facing a difficut issue.I think some one is attacking my website. I have attached the jpg image of the failure and its happening on a daily basis .I upload the site and for some hrs its just cool but suddenly i get this error. I …

Member Avatar for albertindian200
0
198
Member Avatar for praveendasika

Hi I am a bit confused at how to approach this little basic issue. I have developed a web site that uses the masterpage - main.master So, Basically I want to add a control to the web page .But all I can see is contentplace holders and they are not …

Member Avatar for sgt_toasty
0
88
Member Avatar for praveendasika

I have attached an image to the post.I want my site to come up in the search results as such ...please advise me what i should do ?

Member Avatar for zabalex
0
129
Member Avatar for praveendasika

string name = ((TextBox)grid.Rows[e.RowIndex].➥ FindControl("nameTextBox")).Text; in the above line what does this mean? ((TextBox)grid.Rows[e.RowIndex]

Member Avatar for skatamatic
0
99
Member Avatar for praveendasika

I have assigned the value whether the check box is ticked or not to a vairable.I want to pass the value to a function. how do I do that ? if (checkbox1.checked==true) { value1 = "I am here" } if (checkbox2.checked==true) { value2="I am there" } value3 = value1 + …

Member Avatar for praveendasika
0
161
Member Avatar for praveendasika

In the below code , what is the 'e' in 'e.X.ToString()' and how do you know that you have to use the letter 'e', what does it represent , I can get around this bit please help [code] public partial class ImageTest : System.Web.UI.Page { protected void ImgButton_ServerClick(Object sender, ImageClickEventArgs …

Member Avatar for zachattack05
0
164